aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils/Makefile.inc0
diff options
context:
space:
mode:
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 46160c5e29d5..261a92981b27 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