Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk remove support to look for GCC 4.5 in gcc.old.
details: https://anonhg.NetBSD.org/src/rev/4be8103062e4
branches: trunk
changeset: 807392:4be8103062e4
user: mrg <mrg%NetBSD.org@localhost>
date: Wed Apr 08 06:03:09 2015 +0000
description:
remove support to look for GCC 4.5 in gcc.old.
diffstat:
share/mk/bsd.own.mk | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (20 lines):
diff -r d859ec820db7 -r 4be8103062e4 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Wed Apr 08 05:52:41 2015 +0000
+++ b/share/mk/bsd.own.mk Wed Apr 08 06:03:09 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.844 2015/03/01 07:46:04 mrg Exp $
+# $NetBSD: bsd.own.mk,v 1.845 2015/04/08 06:03:09 mrg Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -78,9 +78,7 @@
# We import the old gcc as "gcc.old" when upgrading. EXTERNAL_GCC_SUBDIR is
# set to the relevant subdirectory in src/external/gpl3 for his HAVE_GCC.
#
-.if ${HAVE_GCC} == 45
-EXTERNAL_GCC_SUBDIR= gcc.old
-.elif ${HAVE_GCC} == 48
+.if ${HAVE_GCC} == 48
EXTERNAL_GCC_SUBDIR= gcc
.else
EXTERNAL_GCC_SUBDIR= /does/not/exist
Home |
Main Index |
Thread Index |
Old Index