Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools/binutils Build binutils 2.19.1 if HAVE_BINUTILS is 219
details: https://anonhg.NetBSD.org/src/rev/739170aae55a
branches: trunk
changeset: 746693:739170aae55a
user: skrll <skrll%NetBSD.org@localhost>
date: Tue Aug 18 15:08:51 2009 +0000
description:
Build binutils 2.19.1 if HAVE_BINUTILS is 219
diffstat:
tools/binutils/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r de1f0298bb49 -r 739170aae55a tools/binutils/Makefile
--- a/tools/binutils/Makefile Tue Aug 18 14:53:00 2009 +0000
+++ b/tools/binutils/Makefile Tue Aug 18 15:08:51 2009 +0000
@@ -1,9 +1,13 @@
-# $NetBSD: Makefile,v 1.12 2007/11/19 05:54:03 uebayasi Exp $
+# $NetBSD: Makefile,v 1.13 2009/08/18 15:08:51 skrll Exp $
.include <bsd.own.mk>
MODULE= binutils
+.if $(HAVE_BINUTILS) == "219"
+GNUHOSTDIST= ${.CURDIR}/../../external/gpl3/binutils/dist
+.endif
+
CONFIGURE_ARGS= --target=${MACHINE_GNU_PLATFORM} --disable-nls \
--program-transform-name="s,^,${MACHINE_GNU_PLATFORM}-,"
Home |
Main Index |
Thread Index |
Old Index