Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Under "switch it" instructions from matt@ make mips...
details: https://anonhg.NetBSD.org/src/rev/0c5606cbb09c
branches: trunk
changeset: 329421:0c5606cbb09c
user: skrll <skrll%NetBSD.org@localhost>
date: Fri May 23 18:35:36 2014 +0000
description:
Under "switch it" instructions from matt@ make mips use gcc 4.8
diffstat:
share/mk/bsd.own.mk | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 0a614ccd8e31 -r 0c5606cbb09c share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Fri May 23 18:32:13 2014 +0000
+++ b/share/mk/bsd.own.mk Fri May 23 18:35:36 2014 +0000
@@ -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 @@
${MACHINE_CPU} == "alpha" || \
${MACHINE_CPU} == "arm" || \
${MACHINE_CPU} == "hppa" || \
+ ${MACHINE_CPU} == "mips" || \
${MACHINE_CPU} == "sparc" || \
${MACHINE_CPU} == "sparc64" || \
${MACHINE_CPU} == "x86_64" || \
Home |
Main Index |
Thread Index |
Old Index