Module Name: src
Committed By: skrll
Date: Tue Aug 18 15:08:52 UTC 2009
Modified Files:
src/tools/binutils: Makefile
Log Message:
Build binutils 2.19.1 if HAVE_BINUTILS is 219
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/tools/binutils/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tools/binutils/Makefile
diff -u src/tools/binutils/Makefile:1.12 src/tools/binutils/Makefile:1.13
--- src/tools/binutils/Makefile:1.12 Mon Nov 19 05:54:03 2007
+++ src/tools/binutils/Makefile Tue Aug 18 15:08:51 2009
@@ -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}-,"