Remove more traces of the Alpha port.

This commit is contained in:
Warner Losh 2010-02-03 18:29:35 +00:00
parent e60d067996
commit c684b5612f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=203434

View File

@ -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