Source-Changes-HG archive

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

[src/trunk]: src/share/mk switch vax to GCC 8. testing in simh shows the sam...



details:   https://anonhg.NetBSD.org/src/rev/2fd3a2d506a8
branches:  trunk
changeset: 933711:2fd3a2d506a8
user:      mrg <mrg%NetBSD.org@localhost>
date:      Fri May 29 00:14:07 2020 +0000

description:
switch vax to GCC 8.  testing in simh shows the same set of bugs.

diffstat:

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

diffs (19 lines):

diff -r 5a34f95b882d -r 2fd3a2d506a8 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Fri May 29 00:05:26 2020 +0000
+++ b/share/mk/bsd.own.mk       Fri May 29 00:14:07 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.1195 2020/05/27 10:53:18 jmcneill Exp $
+#      $NetBSD: bsd.own.mk,v 1.1196 2020/05/29 00:14:07 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} == "vax" || \
-    ${MACHINE_ARCH} == "sh3" || \
+.if ${MACHINE_ARCH} == "sh3" || \
     ${MACHINE_CPU} == "m68k"
 HAVE_GCC?=     7
 .endif



Home | Main Index | Thread Index | Old Index