summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2010-02-03 18:29:35 +0000
committerimp <imp@FreeBSD.org>2010-02-03 18:29:35 +0000
commit315ddc9fec6ae5c181fa2c6b8df4531a60c7efac (patch)
treea3bedf159c897b8dbfc66d389b0f66182d18c30e /gnu
parent0b55670b9d71a9fa67a6f45a0e56ad67c615550d (diff)
downloadFreeBSD-src-315ddc9fec6ae5c181fa2c6b8df4531a60c7efac.zip
FreeBSD-src-315ddc9fec6ae5c181fa2c6b8df4531a60c7efac.tar.gz
Remove more traces of the Alpha port.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/binutils/libbfd/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/libbfd/Makefile b/gnu/usr.bin/binutils/libbfd/Makefile
index c90281a..3bd512c 100644
--- a/gnu/usr.bin/binutils/libbfd/Makefile
+++ b/gnu/usr.bin/binutils/libbfd/Makefile
@@ -11,8 +11,7 @@ SRCS+= archive.c archive64.c archures.c bfd.c bfdwin.c binary.c cache.c \
section.c srec.c stab-syms.c stabs.c syms.c targets.c tekhex.c \
targmatch.h dwarf1.c dwarf2.c config.h bfdver.h bfdio.c simple.c
WARNS?= 0
-.if (${TARGET_ARCH} == "alpha" || ${TARGET_ARCH} == "ia64" || \
- ${TARGET_ARCH} == "sparc64")
+.if (${TARGET_ARCH} == "ia64" || ${TARGET_ARCH} == "sparc64")
WARNS?= 2
.endif
CFLAGS+= -D_GNU_SOURCE
OpenPOWER on IntegriCloud