Module Name: src Committed By: martin Date: Thu Feb 27 10:42:30 UTC 2014
Modified Files: src/share/mk: bsd.own.mk Log Message: For now, provide a path to the gcc 4.1 distribution as well To generate a diff of this commit: cvs rdiff -u -r1.770 -r1.771 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.770 src/share/mk/bsd.own.mk:1.771 --- src/share/mk/bsd.own.mk:1.770 Wed Feb 26 05:51:11 2014 +++ src/share/mk/bsd.own.mk Thu Feb 27 10:42:30 2014 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.own.mk,v 1.770 2014/02/26 05:51:11 mrg Exp $ +# $NetBSD: bsd.own.mk,v 1.771 2014/02/27 10:42:30 martin Exp $ # This needs to be before bsd.init.mk .if defined(BSD_MK_COMPAT_FILE) @@ -70,6 +70,8 @@ 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