Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk Switch hppa to gcc 5.3



details:   https://anonhg.NetBSD.org/src/rev/8dd60676f9f0
branches:  trunk
changeset: 344409:8dd60676f9f0
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Mar 27 10:46:41 2016 +0000

description:
Switch hppa to gcc 5.3

diffstat:

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

diffs (21 lines):

diff -r 9585676b1b61 -r 8dd60676f9f0 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sun Mar 27 05:14:14 2016 +0000
+++ b/share/mk/bsd.own.mk       Sun Mar 27 10:46:41 2016 +0000
@@ -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 @@
 
 .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



Home | Main Index | Thread Index | Old Index