Module Name: src
Committed By: joerg
Date: Fri Aug 10 12:11:30 UTC 2012
Modified Files:
src/gnu/usr.bin: Makefile
Log Message:
Only build gcc here, if MKGCC != no.
To generate a diff of this commit:
cvs rdiff -u -r1.135 -r1.136 src/gnu/usr.bin/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/gnu/usr.bin/Makefile
diff -u src/gnu/usr.bin/Makefile:1.135 src/gnu/usr.bin/Makefile:1.136
--- src/gnu/usr.bin/Makefile:1.135 Tue Jun 21 04:52:50 2011
+++ src/gnu/usr.bin/Makefile Fri Aug 10 12:11:30 2012
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.135 2011/06/21 04:52:50 mrg Exp $
+# $NetBSD: Makefile,v 1.136 2012/08/10 12:11:30 joerg Exp $
.include <bsd.own.mk>
@@ -23,10 +23,12 @@ SUBDIR+= gdb6
.endif
.endif
+.if ${MKGCC} != "no"
.if ${HAVE_GCC} == 4
.if ${MKGCCCMDS} != "no"
SUBDIR+= gcc4
.endif
.endif
+.endif
.include <bsd.subdir.mk>