Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Switch VAX to default to GCC 4.8
details: https://anonhg.NetBSD.org/src/rev/891c32b85880
branches: trunk
changeset: 329722:891c32b85880
user: matt <matt%NetBSD.org@localhost>
date: Thu Jun 05 21:05:42 2014 +0000
description:
Switch VAX to default to GCC 4.8
diffstat:
share/mk/bsd.own.mk | 10 ++--------
1 files changed, 2 insertions(+), 8 deletions(-)
diffs (25 lines):
diff -r 0e75a665f238 -r 891c32b85880 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Thu Jun 05 21:00:36 2014 +0000
+++ b/share/mk/bsd.own.mk Thu Jun 05 21:05:42 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.812 2014/05/30 18:39:29 joerg Exp $
+# $NetBSD: bsd.own.mk,v 1.813 2014/06/05 21:05:42 matt Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -51,14 +51,8 @@
#
.if ${MKGCC:Uyes} != "no"
-#
-# Platforms still using GCC 4.1
-#
-.if ${MACHINE_CPU} == "vax"
-HAVE_GCC?= 4
-
# Platforms still using GCC 4.5
-.elif \
+.if \
${MACHINE_CPU} == "ia64" || \
${MACHINE_CPU} == "m68k" || \
${MACHINE_CPU} == "sh3" || \
Home |
Main Index |
Thread Index |
Old Index