Module Name:    src
Committed By:   christos
Date:           Thu Mar 24 00:04:06 UTC 2016

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

Log Message:
switch vax to gcc-5.3


To generate a diff of this commit:
cvs rdiff -u -r1.907 -r1.908 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.907 src/share/mk/bsd.own.mk:1.908
--- src/share/mk/bsd.own.mk:1.907	Sun Mar 13 13:56:56 2016
+++ src/share/mk/bsd.own.mk	Wed Mar 23 20:04:05 2016
@@ -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 @@ MKGCC?=		no
 .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
 
 #

Reply via email to