Module Name: src
Committed By: uwe
Date: Thu Aug 25 00:01:25 UTC 2011
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Switch sh3 to GCC 4.5. Tested on landisk (including doing build.sh on it).
To generate a diff of this commit:
cvs rdiff -u -r1.679 -r1.680 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.679 src/share/mk/bsd.own.mk:1.680
--- src/share/mk/bsd.own.mk:1.679 Wed Aug 17 09:18:38 2011
+++ src/share/mk/bsd.own.mk Thu Aug 25 00:01:25 2011
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.679 2011/08/17 09:18:38 mrg Exp $
+# $NetBSD: bsd.own.mk,v 1.680 2011/08/25 00:01:25 uwe Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -52,6 +52,7 @@
.if ${MACHINE_ARCH} == "i386" || \
${MACHINE_CPU} == "mips" || \
${MACHINE_ARCH} == "powerpc" || \
+ ${MACHINE_CPU} == "sh3" || \
${MACHINE_ARCH} == "sparc" || \
${MACHINE_ARCH} == "sparc64" || \
${MACHINE_ARCH} == "x86_64"