summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils/Makefile.inc0
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-11-15 21:29:55 +0000
committerobrien <obrien@FreeBSD.org>2000-11-15 21:29:55 +0000
commit2d220ac7a0870306aa8af4ea891b637d206bc313 (patch)
tree030b5af5d4d7d374347b9ee7e0750df92126a27c /gnu/usr.bin/binutils/Makefile.inc0
parent6bca879039d93abecbb15dfca18487955ef33f38 (diff)
downloadFreeBSD-src-2d220ac7a0870306aa8af4ea891b637d206bc313.zip
FreeBSD-src-2d220ac7a0870306aa8af4ea891b637d206bc313.tar.gz
Upgrade to Binutils 2.10.1.
Diffstat (limited to 'gnu/usr.bin/binutils/Makefile.inc0')
-rw-r--r--gnu/usr.bin/binutils/Makefile.inc04
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/Makefile.inc0 b/gnu/usr.bin/binutils/Makefile.inc0
index 46160c5..261a929 100644
--- a/gnu/usr.bin/binutils/Makefile.inc0
+++ b/gnu/usr.bin/binutils/Makefile.inc0
@@ -8,7 +8,7 @@
# definitions before the sub-Makefile is processed.
#
-VERSION= 2.10.0
+VERSION= 2.10.1
TARGET_ARCH?= ${MACHINE_ARCH}
.if ${TARGET_ARCH} == "mipsel" || ${TARGET_ARCH} == "mipseb"
@@ -22,7 +22,7 @@ BINUTIL_ARCH=${TARGET_ARCH}
# added to it as we descend into subdirectories.
RELTOP:= ..
-RELSRC= ${RELTOP}/../../../contrib/binutils
+RELSRC= ${RELTOP}/../../../contrib/binutils.2101
SRCDIR= ${.CURDIR}/${RELSRC}
CFLAGS+= -D_GNU_SOURCE
OpenPOWER on IntegriCloud