diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-11-01 00:56:08 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-11-01 00:56:08 -0400 |
commit | 5d2b3c53a510316391c53e66061cc7fd63bf0f70 (patch) | |
tree | f09c0d6b12e2565be097087dfe0a3ee19b8b1b0a /sim | |
parent | 6391b286b14411afa4d24428930e8f03e8927fb7 (diff) | |
download | gdb-5d2b3c53a510316391c53e66061cc7fd63bf0f70.zip gdb-5d2b3c53a510316391c53e66061cc7fd63bf0f70.tar.gz gdb-5d2b3c53a510316391c53e66061cc7fd63bf0f70.tar.bz2 |
sim: m32r: 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.
Diffstat (limited to 'sim')
-rw-r--r-- | sim/m32r/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/m32r/Makefile.in b/sim/m32r/Makefile.in index 7b0ed1e..d9d8acf 100644 --- a/sim/m32r/Makefile.in +++ b/sim/m32r/Makefile.in @@ -43,8 +43,8 @@ SIM_EXTRA_DEPS = \ SIM_EXTRA_CLEAN = m32r-clean -# Code doesn't build cleanly yet. -SIM_WERROR_CFLAGS = +# Some modules don't build cleanly yet. +cpu.o cpu2.o cpux.o m32r.o m32r2.o m32rx.o mloop.o mloop2.o mloopx.o sem.o sim-if.o traps.o: SIM_WERROR_CFLAGS = ## COMMON_POST_CONFIG_FRAG |