Source-Changes-HG archive

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

[src/trunk]: src/share/mk vax "cough" works, with gcc-7



details:   https://anonhg.NetBSD.org/src/rev/aa5c2394007e
branches:  trunk
changeset: 840350:aa5c2394007e
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Apr 03 21:41:21 2019 +0000

description:
vax "cough" works, with gcc-7

diffstat:

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

diffs (19 lines):

diff -r 4704e5a1f177 -r aa5c2394007e share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Wed Apr 03 21:40:24 2019 +0000
+++ b/share/mk/bsd.own.mk       Wed Apr 03 21:41:21 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.1122 2019/04/03 15:26:35 joerg Exp $
+#      $NetBSD: bsd.own.mk,v 1.1123 2019/04/03 21:41:21 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -61,8 +61,7 @@
 .if \
     ${MACHINE_CPU} == "hppa"   || \
     ${MACHINE_CPU} == "ia64"   || \
-    ${MACHINE_ARCH} == "powerpc64"     || \
-    ${MACHINE_CPU} == "vax"
+    ${MACHINE_ARCH} == "powerpc64"
 HAVE_GCC?=     6
 .endif
 HAVE_GCC?=     7



Home | Main Index | Thread Index | Old Index