Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools/binutils Only brand newer binutils.
details: https://anonhg.NetBSD.org/src/rev/94fe725759b1
branches: trunk
changeset: 748113:94fe725759b1
user: skrll <skrll%NetBSD.org@localhost>
date: Wed Oct 14 07:30:47 2009 +0000
description:
Only brand newer binutils.
diffstat:
tools/binutils/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (24 lines):
diff -r fccfea10d508 -r 94fe725759b1 tools/binutils/Makefile
--- a/tools/binutils/Makefile Tue Oct 13 22:49:34 2009 +0000
+++ b/tools/binutils/Makefile Wed Oct 14 07:30:47 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2009/10/12 08:00:41 skrll Exp $
+# $NetBSD: Makefile,v 1.17 2009/10/14 07:30:47 skrll Exp $
.include <bsd.own.mk>
@@ -6,11 +6,13 @@
.if $(HAVE_BINUTILS) == "219"
GNUHOSTDIST= ${.CURDIR}/../../external/gpl3/binutils/dist
-.endif
BRANDING?= \
--with-pkgversion="NetBSD Binutils" \
--with-bugurl="http://www.NetBSD.org/support/send-pr.html"
+.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