Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Enable MKSLJIT on sparc.
details: https://anonhg.NetBSD.org/src/rev/ce7b6802ce1a
branches: trunk
changeset: 782553:ce7b6802ce1a
user: alnsn <alnsn%NetBSD.org@localhost>
date: Mon Nov 05 23:09:40 2012 +0000
description:
Enable MKSLJIT on sparc.
diffstat:
share/mk/bsd.own.mk | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 93a2d549fdfa -r ce7b6802ce1a share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Mon Nov 05 23:08:59 2012 +0000
+++ b/share/mk/bsd.own.mk Mon Nov 05 23:09:40 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.709 2012/11/05 00:57:41 alnsn Exp $
+# $NetBSD: bsd.own.mk,v 1.710 2012/11/05 23:09:40 alnsn Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -803,7 +803,8 @@
.endif
.if ${MACHINE_ARCH} == "i386" || \
- ${MACHINE_ARCH} == "x86_64"
+ ${MACHINE_ARCH} == "x86_64" || \
+ ${MACHINE_ARCH} == "sparc"
MKSLJIT?= yes
.else
# Don't let this build where it really isn't supported.
Home |
Main Index |
Thread Index |
Old Index