diff options
| author | Johan Karlsson <johan@FreeBSD.org> | 2004-02-25 13:12:51 +0000 |
|---|---|---|
| committer | Johan Karlsson <johan@FreeBSD.org> | 2004-02-25 13:12:51 +0000 |
| commit | ca9c567178ffb3ce0fa2df2df34c5440672fcb86 (patch) | |
| tree | 9309debb19a8e9827e29150ffe037d7e10435ded /gnu/usr.bin/binutils | |
| parent | 5dfef6341224f8c8db18923f6e1ce28eb18e94df (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils')
| -rw-r--r-- | gnu/usr.bin/binutils/libbfd/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/libbfd/Makefile b/gnu/usr.bin/binutils/libbfd/Makefile index b05fa71cdfd5..27776cb11fb1 100644 --- a/gnu/usr.bin/binutils/libbfd/Makefile +++ b/gnu/usr.bin/binutils/libbfd/Makefile @@ -10,8 +10,9 @@ 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 -WARNS?=0 -.if (${TARGET_ARCH} == "alpha" || ${TARGET_ARCH} == "ia64" || ${TARGET_ARCH} == "sparc64") +WARNS?= 0 +.if (${TARGET_ARCH} == "alpha" || ${TARGET_ARCH} == "ia64" || \ + ${TARGET_ARCH} == "sparc64") WARNS?= 2 .endif CFLAGS+= -I${SRCDIR}/bfd |
