Binutils 2.13 grew some warnings that make WARNS != 0 now impossible on
sparc64.
This commit is contained in:
parent
526dee0415
commit
713f2f5c1d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user