mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-23 13:21:43 +08:00
sim: cris: reduce -Wno-error scope
Only two files in here still generates warnings, so reduce the -Werror disable to that now that we require GNU make and can set variables on a per-object basis.
This commit is contained in:
parent
cd37cffed6
commit
c79eb8d991
@ -41,8 +41,8 @@ SIM_EXTRA_DEPS = \
|
||||
|
||||
SIM_EXTRA_CLEAN = cris-clean
|
||||
|
||||
# Code doesn't build cleanly yet.
|
||||
SIM_WERROR_CFLAGS =
|
||||
# Some modules don't build cleanly yet.
|
||||
crisv10f.o crisv32f.o: SIM_WERROR_CFLAGS =
|
||||
|
||||
## COMMON_POST_CONFIG_FRAG
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user