Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk switch alpha to GCC 8. tested by rin@, same atf re...



details:   https://anonhg.NetBSD.org/src/rev/1283da4b8269
branches:  trunk
changeset: 933555:1283da4b8269
user:      mrg <mrg%NetBSD.org@localhost>
date:      Wed May 27 06:06:37 2020 +0000

description:
switch alpha to GCC 8.  tested by rin@, same atf result as with GCC 7.

thanks rin!  only vax, sh3 and m68k left.

diffstat:

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

diffs (19 lines):

diff -r 948746332079 -r 1283da4b8269 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Wed May 27 05:59:16 2020 +0000
+++ b/share/mk/bsd.own.mk       Wed May 27 06:06:37 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.1193 2020/05/26 19:29:59 christos Exp $
+#      $NetBSD: bsd.own.mk,v 1.1194 2020/05/27 06:06:37 mrg Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -63,8 +63,7 @@
 #
 # What GCC is used?
 #
-.if ${MACHINE} == "alpha" || \
-    ${MACHINE} == "vax" || \
+.if ${MACHINE} == "vax" || \
     ${MACHINE_ARCH} == "sh3" || \
     ${MACHINE_CPU} == "m68k"
 HAVE_GCC?=     7



Home | Main Index | Thread Index | Old Index