Module Name: src
Committed By: alnsn
Date: Sat Nov 24 14:01:28 UTC 2012
Modified Files:
src/share/mk: bsd.README
Log Message:
Document MKSLJIT variable.
To generate a diff of this commit:
cvs rdiff -u -r1.308 -r1.309 src/share/mk/bsd.README
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/mk/bsd.README
diff -u src/share/mk/bsd.README:1.308 src/share/mk/bsd.README:1.309
--- src/share/mk/bsd.README:1.308 Mon Nov 19 16:04:54 2012
+++ src/share/mk/bsd.README Sat Nov 24 14:01:28 2012
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.README,v 1.308 2012/11/19 16:04:54 apb Exp $
+# $NetBSD: bsd.README,v 1.309 2012/11/24 14:01:28 alnsn Exp $
# @(#)bsd.README 8.2 (Berkeley) 4/2/94
This is the README file for the make "include" files for the NetBSD
@@ -330,6 +330,10 @@ MKSKEY If "no", disables building of S/
infrastructure (libraries and support programs).
Default: yes
+MKSLJIT If "no", disables buildin of sljit (stack-less platform
+ independent JIT compiler) private library and tests.
+ Default: yes on amd64, i386 and sparc, no elsewhere.
+
MKSOFTFLOAT If not "no", build with options to enable the compiler to
generate output containing library calls for floating
point and possibly soft-float library support.