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/6259723a1a2f
branches:  trunk
changeset: 337250:6259723a1a2f
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 75c2c60592be -r 6259723a1a2f 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