Module Name:    src
Committed By:   mrg
Date:           Fri Apr 19 21:34:26 UTC 2019

Modified Files:
        src/share/mk: bsd.own.mk

Log Message:
switch ia64 to GCC 7.  scole@ commited a workaround for the one new problem.

this leaves ppc64 as the only GCC 6 port left.


To generate a diff of this commit:
cvs rdiff -u -r1.1131 -r1.1132 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.1131 src/share/mk/bsd.own.mk:1.1132
--- src/share/mk/bsd.own.mk:1.1131	Thu Apr 18 20:11:57 2019
+++ src/share/mk/bsd.own.mk	Fri Apr 19 21:34:26 2019
@@ -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 @@ TOOLCHAIN_MISSING?=	no
 # What GCC is used?
 #
 .if \
-    ${MACHINE_CPU} == "ia64"	|| \
     ${MACHINE_ARCH} == "powerpc64"
 HAVE_GCC?=	6
 .endif

Reply via email to