Module Name:    src
Committed By:   mrg
Date:           Sun Nov 17 02:52:18 UTC 2019

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

Log Message:
switch ia64 to GCC 8.  boots just as far as GCC 7 in ski.


To generate a diff of this commit:
cvs rdiff -u -r1.1162 -r1.1163 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.1162 src/share/mk/bsd.own.mk:1.1163
--- src/share/mk/bsd.own.mk:1.1162	Sat Nov 16 10:23:36 2019
+++ src/share/mk/bsd.own.mk	Sun Nov 17 02:52:18 2019
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.1162 2019/11/16 10:23:36 mrg Exp $
+#	$NetBSD: bsd.own.mk,v 1.1163 2019/11/17 02:52:18 mrg Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -65,6 +65,7 @@ TOOLCHAIN_MISSING?=	no
 #
 .if ${MACHINE} == "amd64" || \
     ${MACHINE} == "i386" || \
+    ${MACHINE} == "ia64" || \
     ${MACHINE} == "sparc" || \
     ${MACHINE} == "sparc64" || \
     ${MACHINE_CPU} == "aarch64"

Reply via email to