Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk switch ia64 to GCC 7. scole@ commited a workaround...
details: https://anonhg.NetBSD.org/src/rev/9967a52eca68
branches: trunk
changeset: 455950:9967a52eca68
user: mrg <mrg%NetBSD.org@localhost>
date: Fri Apr 19 21:34:26 2019 +0000
description:
switch ia64 to GCC 7. scole@ commited a workaround for the one new problem.
this leaves ppc64 as the only GCC 6 port left.
diffstat:
share/mk/bsd.own.mk | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r c9cf22cad8d0 -r 9967a52eca68 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Fri Apr 19 20:35:13 2019 +0000
+++ b/share/mk/bsd.own.mk Fri Apr 19 21:34:26 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1131 2019/04/18 20:11:57 mrg Exp $
+# $NetBSD: bsd.own.mk,v 1.1132 2019/04/19 21:34:26 mrg Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -59,7 +59,6 @@
# What GCC is used?
#
.if \
- ${MACHINE_CPU} == "ia64" || \
${MACHINE_ARCH} == "powerpc64"
HAVE_GCC?= 6
.endif
Home |
Main Index |
Thread Index |
Old Index