Module Name: src
Committed By: mrg
Date: Sun Apr 3 06:13:28 UTC 2016
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
switch amd64 and i386 to GCC 5.3 by default.
To generate a diff of this commit:
cvs rdiff -u -r1.916 -r1.917 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.916 src/share/mk/bsd.own.mk:1.917
--- src/share/mk/bsd.own.mk:1.916 Sat Apr 2 22:08:14 2016
+++ src/share/mk/bsd.own.mk Sun Apr 3 06:13:28 2016
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.916 2016/04/02 22:08:14 mrg Exp $
+# $NetBSD: bsd.own.mk,v 1.917 2016/04/03 06:13:28 mrg Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -67,8 +67,10 @@ MKGCC?= no
.if ${MACHINE_CPU} == "aarch64"
HAVE_GCC?= 0
.elif \
+ ${MACHINE} == "amd64" || \
${MACHINE} == "alpha" || \
${MACHINE} == "hppa" || \
+ ${MACHINE} == "i386" || \
${MACHINE} == "playstation2" || \
${MACHINE_ARCH} == "vax"
HAVE_GCC?= 53