Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Make MKGCCCMDS default mirror MKGCC. (if MKGCC is ...
details: https://anonhg.NetBSD.org/src/rev/ac02369d65e8
branches: trunk
changeset: 326167:ac02369d65e8
user: matt <matt%NetBSD.org@localhost>
date: Tue Jan 21 16:40:24 2014 +0000
description:
Make MKGCCCMDS default mirror MKGCC. (if MKGCC is no, MKGCCCMDS must be no).
diffstat:
share/mk/bsd.own.mk | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diffs (30 lines):
diff -r d9b1c87fd66e -r ac02369d65e8 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Tue Jan 21 16:38:29 2014 +0000
+++ b/share/mk/bsd.own.mk Tue Jan 21 16:40:24 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.763 2014/01/18 01:08:56 joerg Exp $
+# $NetBSD: bsd.own.mk,v 1.764 2014/01/21 16:40:24 matt Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -894,7 +894,7 @@
MKBINUTILS \
MKCRYPTO MKCOMPLEX MKCVS MKCXX \
MKDOC \
- MKGCC MKGCCCMDS MKGDB MKGROFF \
+ MKGCC MKGDB MKGROFF \
MKHESIOD MKHTML \
MKIEEEFP MKINET6 MKINFO MKIPFILTER MKISCSI \
MKKERBEROS \
@@ -917,6 +917,11 @@
.endfor
#
+# MKGCCCMDS is only valid if we are building GCC so make it dependent on that.
+#
+MKGCCCMDS?= ${MKGCC}
+
+#
# Exceptions to the above:
#
#.if ${MACHINE} == "evbppc"
Home |
Main Index |
Thread Index |
Old Index