Module Name: src
Committed By: uwe
Date: Sun Jun 17 22:59:49 UTC 2012
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Switch sh3 ports to our own csu (USE_COMPILERCRTSTUFF?= no).
To generate a diff of this commit:
cvs rdiff -u -r1.697 -r1.698 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.697 src/share/mk/bsd.own.mk:1.698
--- src/share/mk/bsd.own.mk:1.697 Fri Feb 17 00:00:02 2012
+++ src/share/mk/bsd.own.mk Sun Jun 17 22:59:48 2012
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.697 2012/02/17 00:00:02 joerg Exp $
+# $NetBSD: bsd.own.mk,v 1.698 2012/06/17 22:59:48 uwe Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -53,6 +53,7 @@ HAVE_GCC?= 45
.if \
${MACHINE_ARCH} == "i386" || \
${MACHINE_ARCH} == "powerpc" || \
+ ${MACHINE_CPU} == "sh3" || \
${MACHINE_ARCH} == "x86_64"
USE_COMPILERCRTSTUFF?= no
.endif