summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-10-12 03:04:42 +0000
committerobrien <obrien@FreeBSD.org>2002-10-12 03:04:42 +0000
commitac0491b37e95eaf8d546c618dc393b180ca0156f (patch)
treed833b299aa91d0eaffe17762a9b67bc93206bf63 /gnu
parentc0bae41a7cf61ed73e65f8c8a43c6e85c3336a6f (diff)
downloadFreeBSD-src-ac0491b37e95eaf8d546c618dc393b180ca0156f.zip
FreeBSD-src-ac0491b37e95eaf8d546c618dc393b180ca0156f.tar.gz
Seems the warnings Binutils 2.13 grew now makes it impossible for WARNS != 0
all 64-bit machines.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/binutils/as/Makefile.inc03
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/as/Makefile.inc0 b/gnu/usr.bin/binutils/as/Makefile.inc0
index ec9b374..00d6add 100644
--- a/gnu/usr.bin/binutils/as/Makefile.inc0
+++ b/gnu/usr.bin/binutils/as/Makefile.inc0
@@ -15,7 +15,8 @@ SRCS+= app.c as.c atof-generic.c atof-ieee.c bignum-copy.c \
subsegs.c symbols.c write.c depend.c ehopt.c
# DEO: why not used?
#SRCS+= itbl-ops.c
-.if (${TARGET_ARCH} == "alpha" || ${TARGET_ARCH} == "sparc64")
+# if a 64-bit platform...
+.if (${TARGET_ARCH} == "alpha" || ${TARGET_ARCH} == "ia64" || ${TARGET_ARCH} == "sparc64")
WARNS= 0
.else
WARNS= 2
OpenPOWER on IntegriCloud