Take a guess at what WARNS level will make this compile on ia64.

This commit is contained in:
David E. O'Brien 2002-10-14 00:05:49 +00:00
parent 527a2a792f
commit b2e2b36d0b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=105070

View File

@ -10,7 +10,7 @@ SRCS+= archive.c archive64.c archures.c bfd.c binary.c cache.c \
hash.c ihex.c init.c libbfd.c linker.c merge.c opncls.c reloc.c \
section.c srec.c stab-syms.c stabs.c syms.c targets.c tekhex.c \
targmatch.h dwarf1.c dwarf2.c config.h
.if (${TARGET_ARCH} == "alpha" || ${TARGET_ARCH} == "sparc64")
.if (${TARGET_ARCH} == "alpha" || ${TARGET_ARCH} == "ia64" || ${TARGET_ARCH} == "sparc64")
WARNS= 2
.endif
CFLAGS+= -I${SRCDIR}/bfd