mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Take a guess at what WARNS level will make this compile on ia64.
This commit is contained in:
parent
527a2a792f
commit
b2e2b36d0b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue