Module Name: src
Committed By: mrg
Date: Sat Apr 7 21:38:30 UTC 2018
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
switch vax to GCC 6. thanks to Krister and Maya for the fixes.
it now appears as disfunctional as GCC 5 for vax. ok ragge@.
this was the final GCC 5 platform in -current. hooray!
To generate a diff of this commit:
cvs rdiff -u -r1.1054 -r1.1055 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.1054 src/share/mk/bsd.own.mk:1.1055
--- src/share/mk/bsd.own.mk:1.1054 Thu Apr 5 22:38:58 2018
+++ src/share/mk/bsd.own.mk Sat Apr 7 21:38:30 2018
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1054 2018/04/05 22:38:58 mrg Exp $
+# $NetBSD: bsd.own.mk,v 1.1055 2018/04/07 21:38:30 mrg Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -67,9 +67,6 @@ MKGCC?= no
.if \
${MACHINE_CPU} == "aarch64"
HAVE_GCC?= 0
-.elif \
- ${MACHINE_CPU} == "vax"
-HAVE_GCC?= 5
.else
HAVE_GCC?= 6
.endif