Binutils 2.13 grew some warnings that make WARNS != 0 now impossible on

sparc64.
This commit is contained in:
David E. O'Brien 2002-10-11 17:40:20 +00:00
parent 526dee0415
commit 713f2f5c1d

View File

@ -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