Module Name: src
Committed By: martin
Date: Thu Jul 11 06:58:30 UTC 2013
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Switch sparc and sparc64 to USE_COMPILERCRTSTUFF=no
To generate a diff of this commit:
cvs rdiff -u -r1.736 -r1.737 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.736 src/share/mk/bsd.own.mk:1.737
--- src/share/mk/bsd.own.mk:1.736 Tue Jun 25 01:17:29 2013
+++ src/share/mk/bsd.own.mk Thu Jul 11 06:58:30 2013
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.736 2013/06/25 01:17:29 matt Exp $
+# $NetBSD: bsd.own.mk,v 1.737 2013/07/11 06:58:30 martin Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -64,6 +64,8 @@ HAVE_GCC?= 45
${MACHINE_CPU} == "mips" || \
${MACHINE_ARCH} == "powerpc" || \
${MACHINE_CPU} == "sh3" || \
+ ${MACHINE_ARCH} == "sparc" || \
+ ${MACHINE_ARCH} == "sparc64" || \
${MACHINE_ARCH} == "x86_64" || \
${MACHINE_ARCH} == "vax"
USE_COMPILERCRTSTUFF?= no