Module Name: src
Committed By: matt
Date: Tue Nov 20 23:14:29 UTC 2012
Modified Files:
src/tools/binutils [matt-nb6-plus]: Makefile
Log Message:
Make sure binutils is using sysroot regardless of version.
To generate a diff of this commit:
cvs rdiff -u -r1.21.4.1.2.1 -r1.21.4.1.2.2 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.21.4.1.2.1 src/tools/binutils/Makefile:1.21.4.1.2.2
--- src/tools/binutils/Makefile:1.21.4.1.2.1 Tue Nov 20 18:54:42 2012
+++ src/tools/binutils/Makefile Tue Nov 20 23:14:28 2012
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21.4.1.2.1 2012/11/20 18:54:42 matt Exp $
+# $NetBSD: Makefile,v 1.21.4.1.2.2 2012/11/20 23:14:28 matt Exp $
.include <bsd.own.mk>
@@ -6,14 +6,12 @@ MODULE= binutils
.if $(HAVE_BINUTILS) == "219"
GNUHOSTDIST= ${.CURDIR}/../../external/gpl3/binutils/dist
+.endif
BRANDING?= \
--with-pkgversion="NetBSD Binutils nb1" \
--with-bugurl="http://www.NetBSD.org/support/send-pr.html" \
--with-lib-path="=/usr/lib" --with-sysroot
-.else
-BRANDING?=
-.endif
CONFIGURE_ARGS= --target=${MACHINE_GNU_PLATFORM} --disable-nls \
--program-transform-name="s,^,${MACHINE_GNU_PLATFORM}-," \