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-5.3



details:   https://anonhg.NetBSD.org/src/rev/153e54aa7c27
branches:  trunk
changeset: 814501:153e54aa7c27
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Mar 24 00:04:05 2016 +0000

description:
switch vax to gcc-5.3

diffstat:

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

diffs (24 lines):

diff -r 64f7a281aa9f -r 153e54aa7c27 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Thu Mar 24 00:02:52 2016 +0000
+++ b/share/mk/bsd.own.mk       Thu Mar 24 00:04:05 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.907 2016/03/13 17:56:56 christos Exp $
+#      $NetBSD: bsd.own.mk,v 1.908 2016/03/24 00:04:05 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -62,10 +62,12 @@
 .if ${MKGCC:Uyes} != "no"
 
 .if ${MACHINE} == "playstation2" || ${MACHINE_CPU} == "aarch64"
-HAVE_GCC?=    0
+HAVE_GCC?=     0
+.elif ${MACHINE_ARCH} == "vax"
+HAVE_GCC?=     53
 .else
 # Otherwise, default to GCC4.8
-HAVE_GCC?=    48
+HAVE_GCC?=     48
 .endif
 
 #



Home | Main Index | Thread Index | Old Index