Module Name: src
Committed By: martin
Date: Fri Feb 28 09:42:33 UTC 2014
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Make powerpc64 use Matt's new csu stuff
To generate a diff of this commit:
cvs rdiff -u -r1.772 -r1.773 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.772 src/share/mk/bsd.own.mk:1.773
--- src/share/mk/bsd.own.mk:1.772 Thu Feb 27 20:43:33 2014
+++ src/share/mk/bsd.own.mk Fri Feb 28 09:42:33 2014
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.772 2014/02/27 20:43:33 mrg Exp $
+# $NetBSD: bsd.own.mk,v 1.773 2014/02/28 09:42:33 martin Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -75,7 +75,7 @@ EXTERNAL_GCC_SUBDIR= /does/not/exist
.endif
-.if ${MACHINE_ARCH} == "ia64" || ${MACHINE_ARCH} == "powerpc64"
+.if ${MACHINE_ARCH} == "ia64"
USE_COMPILERCRTSTUFF?= yes
.else
USE_COMPILERCRTSTUFF?= no