Module Name: src
Committed By: matt
Date: Sat Jul 2 20:21:16 UTC 2011
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Switch powerpc to USE_COMPILERCRTSTUFF=no
To generate a diff of this commit:
cvs rdiff -u -r1.672 -r1.673 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.672 src/share/mk/bsd.own.mk:1.673
--- src/share/mk/bsd.own.mk:1.672 Thu Jun 30 18:09:54 2011
+++ src/share/mk/bsd.own.mk Sat Jul 2 20:21:16 2011
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.672 2011/06/30 18:09:54 matt Exp $
+# $NetBSD: bsd.own.mk,v 1.673 2011/07/02 20:21:16 matt Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -53,6 +53,7 @@
.if \
${MACHINE_ARCH} == "i386" || \
+ ${MACHINE_ARCH} == "powerpc" || \
${MACHINE_ARCH} == "x86_64"
USE_COMPILERCRTSTUFF?= no
.endif