Module Name:    src
Committed By:   skrll
Date:           Sun Mar 27 10:46:41 UTC 2016

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

Log Message:
Switch hppa to gcc 5.3


To generate a diff of this commit:
cvs rdiff -u -r1.912 -r1.913 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.912 src/share/mk/bsd.own.mk:1.913
--- src/share/mk/bsd.own.mk:1.912	Sat Mar 26 10:38:22 2016
+++ src/share/mk/bsd.own.mk	Sun Mar 27 10:46:41 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.912 2016/03/26 10:38:22 mrg Exp $
+#	$NetBSD: bsd.own.mk,v 1.913 2016/03/27 10:46:41 skrll Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -63,7 +63,10 @@ MKGCC?=		no
 
 .if ${MACHINE_CPU} == "aarch64"
 HAVE_GCC?=	0
-.elif ${MACHINE_ARCH} == "vax" || ${MACHINE} == "playstation2"
+.elif \
+    ${MACHINE_ARCH} == "hppa" || \
+    ${MACHINE} == "playstation2" || \
+    ${MACHINE_ARCH} == "vax"
 HAVE_GCC?=	53
 .else
 # Otherwise, default to GCC4.8

Reply via email to