Module Name:    src
Committed By:   christos
Date:           Wed Apr  3 21:41:21 UTC 2019

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

Log Message:
vax "cough" works, with gcc-7


To generate a diff of this commit:
cvs rdiff -u -r1.1122 -r1.1123 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.1122 src/share/mk/bsd.own.mk:1.1123
--- src/share/mk/bsd.own.mk:1.1122	Wed Apr  3 11:26:35 2019
+++ src/share/mk/bsd.own.mk	Wed Apr  3 17:41:21 2019
@@ -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 @@ TOOLCHAIN_MISSING?=	no
 .if \
     ${MACHINE_CPU} == "hppa"	|| \
     ${MACHINE_CPU} == "ia64"	|| \
-    ${MACHINE_ARCH} == "powerpc64"	|| \
-    ${MACHINE_CPU} == "vax"
+    ${MACHINE_ARCH} == "powerpc64"
 HAVE_GCC?=	6
 .endif
 HAVE_GCC?=	7

Reply via email to