Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools always build tools/binutils now.
details: https://anonhg.NetBSD.org/src/rev/0c9cc301f84e
branches: trunk
changeset: 555909:0c9cc301f84e
user: mrg <mrg%NetBSD.org@localhost>
date: Thu Dec 04 10:08:58 2003 +0000
description:
always build tools/binutils now.
diffstat:
tools/Makefile | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r 1bdd0c74d8bf -r 0c9cc301f84e tools/Makefile
--- a/tools/Makefile Thu Dec 04 10:02:35 2003 +0000
+++ b/tools/Makefile Thu Dec 04 10:08:58 2003 +0000
@@ -1,15 +1,16 @@
-# $NetBSD: Makefile,v 1.76 2003/11/08 05:02:33 sekiya Exp $
+# $NetBSD: Makefile,v 1.77 2003/12/04 10:08:58 mrg Exp $
.include <bsd.own.mk>
.if ${TOOLCHAIN_MISSING} != "yes"
+TOOLCHAIN_BITS= binutils .WAIT
. if ${USE_TOOLS_TOOLCHAIN} != "yes"
-TOOLCHAIN_BITS= binutils .WAIT gcc
+TOOLCHAIN_BITS+= gcc
. if ${MKCROSSGDB:Uno} != "no"
TOOLCHAIN_BITS+= gdb
. endif
. else
-TOOLCHAIN_BITS= toolchain
+TOOLCHAIN_BITS+= toolchain
. endif
TOOLCHAIN_BITS+= .WAIT dbsym mdsetimage
# XXX Eventually, we want to be able to build dbsym and mdsetimage
Home |
Main Index |
Thread Index |
Old Index