summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-10-11 06:23:02 +0000
committerobrien <obrien@FreeBSD.org>2002-10-11 06:23:02 +0000
commitbd7ac0d55d4b49fee84564cd018d244ff8186597 (patch)
tree6255a3266b0a51e1f6b9c0b6b12765f3686a0186 /gnu
parent4b0c6b0a8ae748c70d0546a2e85b115ea365fbd0 (diff)
downloadFreeBSD-src-bd7ac0d55d4b49fee84564cd018d244ff8186597.zip
FreeBSD-src-bd7ac0d55d4b49fee84564cd018d244ff8186597.tar.gz
Update for 2.13 10-Oct-2002 import - Identify the version correctly
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/binutils/Makefile.inc06
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/Makefile.inc0 b/gnu/usr.bin/binutils/Makefile.inc0
index 50a1357..041ad3d 100644
--- a/gnu/usr.bin/binutils/Makefile.inc0
+++ b/gnu/usr.bin/binutils/Makefile.inc0
@@ -4,8 +4,8 @@
# use the normal "Makefile.inc" mechanism, because we need some of these
# definitions before the sub-Makefile is processed.
-VERSION= "2.12.1 [FreeBSD] 2002-07-20"
-VERSION_DATE= 20020720
+VERSION= "2.13 [FreeBSD] 2002-11-10"
+VERSION_DATE= 20021110
TARGET_ARCH?= ${MACHINE_ARCH}
@@ -19,6 +19,8 @@ SRCDIR= ${.CURDIR}/${RELSRC}
.if (${TARGET_ARCH} == "alpha")
WARNS= 2
+.else
+WARNS= 3
.endif
CFLAGS+= -D_GNU_SOURCE
CFLAGS+= -I.
OpenPOWER on IntegriCloud