Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Document MKSLJIT variable.
details: https://anonhg.NetBSD.org/src/rev/4da250c3a1d7
branches: trunk
changeset: 782868:4da250c3a1d7
user: alnsn <alnsn%NetBSD.org@localhost>
date: Sat Nov 24 14:01:28 2012 +0000
description:
Document MKSLJIT variable.
diffstat:
share/mk/bsd.README | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 2994463f191d -r 4da250c3a1d7 share/mk/bsd.README
--- a/share/mk/bsd.README Sat Nov 24 14:00:35 2012 +0000
+++ b/share/mk/bsd.README Sat Nov 24 14:01:28 2012 +0000
@@ -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 @@
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.
Home |
Main Index |
Thread Index |
Old Index