From f0cb964f2b49ab5e4391bffb21a7ffcb86cfeda5 Mon Sep 17 00:00:00 2001 From: obrien Date: Fri, 11 Oct 2002 17:40:20 +0000 Subject: Binutils 2.13 grew some warnings that make WARNS != 0 now impossible on sparc64. --- gnu/usr.bin/binutils/as/Makefile.inc0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/usr.bin/binutils/as/Makefile.inc0 b/gnu/usr.bin/binutils/as/Makefile.inc0 index 9296264..ec9b374 100644 --- a/gnu/usr.bin/binutils/as/Makefile.inc0 +++ b/gnu/usr.bin/binutils/as/Makefile.inc0 @@ -15,7 +15,7 @@ SRCS+= app.c as.c atof-generic.c atof-ieee.c bignum-copy.c \ subsegs.c symbols.c write.c depend.c ehopt.c # DEO: why not used? #SRCS+= itbl-ops.c -.if (${TARGET_ARCH} == "alpha") +.if (${TARGET_ARCH} == "alpha" || ${TARGET_ARCH} == "sparc64") WARNS= 0 .else WARNS= 2 -- cgit v1.1