Module Name:    src
Committed By:   mrg
Date:           Tue Mar 29 06:36:12 UTC 2016

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

Log Message:
switch alpha to GCC 5.3.  works just as well on my UP1000.


To generate a diff of this commit:
cvs rdiff -u -r1.913 -r1.914 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.913 src/share/mk/bsd.own.mk:1.914
--- src/share/mk/bsd.own.mk:1.913	Sun Mar 27 10:46:41 2016
+++ src/share/mk/bsd.own.mk	Tue Mar 29 06:36:12 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.913 2016/03/27 10:46:41 skrll Exp $
+#	$NetBSD: bsd.own.mk,v 1.914 2016/03/29 06:36:12 mrg Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -64,6 +64,7 @@ MKGCC?=		no
 .if ${MACHINE_CPU} == "aarch64"
 HAVE_GCC?=	0
 .elif \
+    ${MACHINE_ARCH} == "alpha" || \
     ${MACHINE_ARCH} == "hppa" || \
     ${MACHINE} == "playstation2" || \
     ${MACHINE_ARCH} == "vax"

Reply via email to