Module Name: src
Committed By: skrll
Date: Fri May 23 18:35:36 UTC 2014
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Under "switch it" instructions from matt@ make mips use gcc 4.8
To generate a diff of this commit:
cvs rdiff -u -r1.807 -r1.808 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.807 src/share/mk/bsd.own.mk:1.808
--- src/share/mk/bsd.own.mk:1.807 Tue May 20 09:59:20 2014
+++ src/share/mk/bsd.own.mk Fri May 23 18:35:36 2014
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.807 2014/05/20 09:59:20 martin Exp $
+# $NetBSD: bsd.own.mk,v 1.808 2014/05/23 18:35:36 skrll Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -62,6 +62,7 @@ HAVE_GCC?= 4
${MACHINE_CPU} == "alpha" || \
${MACHINE_CPU} == "arm" || \
${MACHINE_CPU} == "hppa" || \
+ ${MACHINE_CPU} == "mips" || \
${MACHINE_CPU} == "sparc" || \
${MACHINE_CPU} == "sparc64" || \
${MACHINE_CPU} == "x86_64" || \