aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-12-02 09:41:35 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-12-02 09:41:35 +0000
commit23e4ce1af882e4d4799e70927af8855e78ebcaad (patch)
treec1857ab9b61833dcb2966e4e04815b7c439b8115 /gnu/usr.bin/binutils
parent0f5a4121737337156ff554d6e2987fb8700b8282 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/binutils')
-rw-r--r--gnu/usr.bin/binutils/as/Makefile.inc05
1 files changed, 0 insertions, 5 deletions
diff --git a/gnu/usr.bin/binutils/as/Makefile.inc0 b/gnu/usr.bin/binutils/as/Makefile.inc0
index 00d6add2f454..ccd94ab226c5 100644
--- a/gnu/usr.bin/binutils/as/Makefile.inc0
+++ b/gnu/usr.bin/binutils/as/Makefile.inc0
@@ -15,12 +15,7 @@ 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 a 64-bit platform...
-.if (${TARGET_ARCH} == "alpha" || ${TARGET_ARCH} == "ia64" || ${TARGET_ARCH} == "sparc64")
-WARNS= 0
-.else
WARNS= 2
-.endif
CFLAGS+= -I${SRCDIR}/gas -I${SRCDIR}/gas/config -I${SRCDIR} -I${.CURDIR}/..
CFLAGS+= -DVERSION=\"${VERSION:C/[ ]?${VERSION_DATE}[ ]?//g}\"
CFLAGS+= -DBFD_VERSION_STRING=\"${VERSION}\"