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 4.8
details: https://anonhg.NetBSD.org/src/rev/47d1606156bf
branches: trunk
changeset: 794107:47d1606156bf
user: skrll <skrll%NetBSD.org@localhost>
date: Thu Mar 06 09:03:41 2014 +0000
description:
Switch hppa to gcc 4.8
diffstat:
share/mk/bsd.own.mk | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 954e7e2a5392 -r 47d1606156bf share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Thu Mar 06 07:48:25 2014 +0000
+++ b/share/mk/bsd.own.mk Thu Mar 06 09:03:41 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.776 2014/03/04 21:06:02 joerg Exp $
+# $NetBSD: bsd.own.mk,v 1.777 2014/03/06 09:03:41 skrll Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -56,6 +56,11 @@
#
.if ${MACHINE_CPU} == "vax"
HAVE_GCC?= 4
+
+# Platforms switched to GCC 4.8
+.elif ${MACHINE_CPU} == "hppa"
+HAVE_GCC?= 48
+
.else
# Otherwise, default to GCC4.5
HAVE_GCC?= 45
Home |
Main Index |
Thread Index |
Old Index