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 8. boots just as far as GCC 7 i...



details:   https://anonhg.NetBSD.org/src/rev/33be8da0aba0
branches:  trunk
changeset: 461151:33be8da0aba0
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Nov 17 02:52:18 2019 +0000

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

diffstat:

 share/mk/bsd.own.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 6b09e79e54dd -r 33be8da0aba0 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sun Nov 17 02:22:14 2019 +0000
+++ b/share/mk/bsd.own.mk       Sun Nov 17 02:52:18 2019 +0000
@@ -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 @@
 #
 .if ${MACHINE} == "amd64" || \
     ${MACHINE} == "i386" || \
+    ${MACHINE} == "ia64" || \
     ${MACHINE} == "sparc" || \
     ${MACHINE} == "sparc64" || \
     ${MACHINE_CPU} == "aarch64"



Home | Main Index | Thread Index | Old Index