Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/matt-nb6-plus]: src/tools/binutils Make sure binutils is using sysroot r...



details:   https://anonhg.NetBSD.org/src/rev/70f79d29d614
branches:  matt-nb6-plus
changeset: 774492:70f79d29d614
user:      matt <matt%NetBSD.org@localhost>
date:      Tue Nov 20 23:14:28 2012 +0000

description:
Make sure binutils is using sysroot regardless of version.

diffstat:

 tools/binutils/Makefile |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (25 lines):

diff -r ac3d7c24fab2 -r 70f79d29d614 tools/binutils/Makefile
--- a/tools/binutils/Makefile   Tue Nov 20 23:13:35 2012 +0000
+++ b/tools/binutils/Makefile   Tue Nov 20 23:14:28 2012 +0000
@@ -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 @@
 
 .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}-," \



Home | Main Index | Thread Index | Old Index