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 6. thanks to Krister and Maya fo...



details:   https://anonhg.NetBSD.org/src/rev/0d2024867f22
branches:  trunk
changeset: 831613:0d2024867f22
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Apr 07 21:38:30 2018 +0000

description:
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!

diffstat:

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

diffs (19 lines):

diff -r e93451fc7f55 -r 0d2024867f22 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sat Apr 07 21:20:45 2018 +0000
+++ b/share/mk/bsd.own.mk       Sat Apr 07 21:38:30 2018 +0000
@@ -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 @@
 .if \
     ${MACHINE_CPU} == "aarch64"
 HAVE_GCC?=     0
-.elif \
-    ${MACHINE_CPU} == "vax"
-HAVE_GCC?=     5
 .else
 HAVE_GCC?=     6
 .endif



Home | Main Index | Thread Index | Old Index