Module Name: src
Committed By: mrg
Date: Mon Mar 5 07:03:27 UTC 2018
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
swtich ia64 to GCC 6.
To generate a diff of this commit:
cvs rdiff -u -r1.1042 -r1.1043 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.1042 src/share/mk/bsd.own.mk:1.1043
--- src/share/mk/bsd.own.mk:1.1042 Mon Mar 5 00:24:01 2018
+++ src/share/mk/bsd.own.mk Mon Mar 5 07:03:27 2018
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1042 2018/03/05 00:24:01 christos Exp $
+# $NetBSD: bsd.own.mk,v 1.1043 2018/03/05 07:03:27 mrg Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -70,6 +70,7 @@ HAVE_GCC?= 0
.elif \
${MACHINE_CPU} == "alpha" || \
${MACHINE_CPU} == "hppa" || \
+ ${MACHINE_CPU} == "ia64" || \
${MACHINE_CPU} == "i386" || \
${MACHINE_CPU} == "mips" || \
${MACHINE_CPU} == "powerpc" || \