Source-Changes-HG archive

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

[src/netbsd-7]: src/share/mk Pull up following revision(s) (requested by mrg ...



details:   https://anonhg.NetBSD.org/src/rev/469f8e4d59a2
branches:  netbsd-7
changeset: 799187:469f8e4d59a2
user:      snj <snj%NetBSD.org@localhost>
date:      Sat Apr 11 05:36:13 2015 +0000

description:
Pull up following revision(s) (requested by mrg in ticket #674):
        share/mk/bsd.own.mk: revision 1.845
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 8e552eede11a -r 469f8e4d59a2 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Fri Apr 10 20:44:51 2015 +0000
+++ b/share/mk/bsd.own.mk       Sat Apr 11 05:36:13 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.829.2.5 2015/03/09 08:45:26 snj Exp $
+#      $NetBSD: bsd.own.mk,v 1.829.2.6 2015/04/11 05:36:13 snj Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -72,9 +72,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