Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/usr.bin Only build gcc here, if MKGCC != no.
details: https://anonhg.NetBSD.org/src/rev/6ff689d69c5b
branches: trunk
changeset: 780873:6ff689d69c5b
user: joerg <joerg%NetBSD.org@localhost>
date: Fri Aug 10 12:11:30 2012 +0000
description:
Only build gcc here, if MKGCC != no.
diffstat:
gnu/usr.bin/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r 16e6f71a535b -r 6ff689d69c5b gnu/usr.bin/Makefile
--- a/gnu/usr.bin/Makefile Fri Aug 10 12:10:27 2012 +0000
+++ b/gnu/usr.bin/Makefile Fri Aug 10 12:11:30 2012 +0000
@@ -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 @@
.endif
.endif
+.if ${MKGCC} != "no"
.if ${HAVE_GCC} == 4
.if ${MKGCCCMDS} != "no"
SUBDIR+= gcc4
.endif
.endif
+.endif
.include <bsd.subdir.mk>
Home |
Main Index |
Thread Index |
Old Index