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/4bd21832179c
branches: trunk
changeset: 450604:4bd21832179c
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 bbe94e6aea45 -r 4bd21832179c 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