Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Switch hppa to gcc 6.4
details: https://anonhg.NetBSD.org/src/rev/aa882187488f
branches: trunk
changeset: 830046:aa882187488f
user: skrll <skrll%NetBSD.org@localhost>
date: Fri Feb 23 21:16:01 2018 +0000
description:
Switch hppa to gcc 6.4
diffstat:
share/mk/bsd.own.mk | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 9a8cfb4ef467 -r aa882187488f share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Fri Feb 23 19:43:08 2018 +0000
+++ b/share/mk/bsd.own.mk Fri Feb 23 21:16:01 2018 +0000
@@ -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 @@
HAVE_GCC?= 0
.elif \
${MACHINE_CPU} == "x86_64" || \
+ ${MACHINE_CPU} == "hppa" || \
${MACHINE_CPU} == "i386" || \
${MACHINE_CPU} == "sparc" || \
${MACHINE_CPU} == "sparc64"
Home |
Main Index |
Thread Index |
Old Index