Module Name:    src
Committed By:   alnsn
Date:           Mon Nov  5 23:09:40 UTC 2012

Modified Files:
        src/share/mk: bsd.own.mk

Log Message:
Enable MKSLJIT on sparc.


To generate a diff of this commit:
cvs rdiff -u -r1.709 -r1.710 src/share/mk/bsd.own.mk

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.own.mk
diff -u src/share/mk/bsd.own.mk:1.709 src/share/mk/bsd.own.mk:1.710
--- src/share/mk/bsd.own.mk:1.709	Mon Nov  5 00:57:41 2012
+++ src/share/mk/bsd.own.mk	Mon Nov  5 23:09:40 2012
@@ -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 @@ SOFTFLOAT_BITS=	32
 .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.

Reply via email to