Module Name: src Committed By: mrg Date: Wed Apr 8 06:03:09 UTC 2015
Modified Files: src/share/mk: bsd.own.mk Log Message: remove support to look for GCC 4.5 in gcc.old. To generate a diff of this commit: cvs rdiff -u -r1.844 -r1.845 src/share/mk/bsd.own.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/mk/bsd.own.mk diff -u src/share/mk/bsd.own.mk:1.844 src/share/mk/bsd.own.mk:1.845 --- src/share/mk/bsd.own.mk:1.844 Sun Mar 1 07:46:04 2015 +++ src/share/mk/bsd.own.mk Wed Apr 8 06:03:09 2015 @@ -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 @@ MKGCCCMDS?= no # 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