Module Name: src Committed By: mrg Date: Thu Feb 27 20:43:33 UTC 2014
Modified Files: src/share/mk: bsd.own.mk Log Message: remove the GCC 4 EXTERNAL_GCC_SUBDIR, and switch GCC 4.8 to use gcc.old. To generate a diff of this commit: cvs rdiff -u -r1.771 -r1.772 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.771 src/share/mk/bsd.own.mk:1.772 --- src/share/mk/bsd.own.mk:1.771 Thu Feb 27 10:42:30 2014 +++ src/share/mk/bsd.own.mk Thu Feb 27 20:43:33 2014 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.own.mk,v 1.771 2014/02/27 10:42:30 martin Exp $ +# $NetBSD: bsd.own.mk,v 1.772 2014/02/27 20:43:33 mrg Exp $ # This needs to be before bsd.init.mk .if defined(BSD_MK_COMPAT_FILE) @@ -67,11 +67,8 @@ HAVE_GCC?= 45 # .if ${HAVE_GCC} == 45 EXTERNAL_GCC_SUBDIR= gcc.old -EXTERNAL_GCC_SUBDIR= gcc .elif ${HAVE_GCC} == 48 EXTERNAL_GCC_SUBDIR= gcc -.elif ${HAVE_GCC} == 4 -EXTERNAL_GCC_SUBDIR= ../../gnu/dist/gcc .else EXTERNAL_GCC_SUBDIR= /does/not/exist .endif