From 8e91c039a72ab05cc0acda426b89f30bdb0daae2 Mon Sep 17 00:00:00 2001 From: Mike Barcroft Date: Tue, 16 Jul 2002 16:10:39 +0000 Subject: This isn't quite ready for WARNS=3 in the sparc64 case. Noticed by: sparc64 tinderbox --- gnu/usr.bin/binutils/libbfd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/usr.bin/binutils/libbfd/Makefile b/gnu/usr.bin/binutils/libbfd/Makefile index 2aea1f401e15c..43c6c7f1fc380 100644 --- a/gnu/usr.bin/binutils/libbfd/Makefile +++ b/gnu/usr.bin/binutils/libbfd/Makefile @@ -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") +.if (${TARGET_ARCH} == "alpha" || ${TARGET_ARCH} == "sparc64") WARNS= 2 .endif CFLAGS+= -I${SRCDIR}/bfd -- cgit v1.3