Module Name: src
Committed By: skrll
Date: Fri Feb 23 21:16:01 UTC 2018
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Switch hppa to gcc 6.4
To generate a diff of this commit:
cvs rdiff -u -r1.1036 -r1.1037 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.1036 src/share/mk/bsd.own.mk:1.1037
--- src/share/mk/bsd.own.mk:1.1036 Tue Feb 20 12:49:40 2018
+++ src/share/mk/bsd.own.mk Fri Feb 23 21:16:01 2018
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1036 2018/02/20 12:49:40 martin Exp $
+# $NetBSD: bsd.own.mk,v 1.1037 2018/02/23 21:16:01 skrll Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -68,6 +68,7 @@ MKGCC?= no
HAVE_GCC?= 0
.elif \
${MACHINE_CPU} == "x86_64" || \
+ ${MACHINE_CPU} == "hppa" || \
${MACHINE_CPU} == "i386" || \
${MACHINE_CPU} == "sparc" || \
${MACHINE_CPU} == "sparc64"