aboutsummaryrefslogtreecommitdiff
path: root/sim/lm32/Makefile.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-11-01 00:56:52 -0400
committerMike Frysinger <vapier@gentoo.org>2021-11-01 00:56:52 -0400
commit2871d4d7f3c2971b6dbf003cf8942562cb6526bd (patch)
treee78c37b32c1bd4ea4ece51dabe33e0908aac8fbc /sim/lm32/Makefile.in
parent97ebc24886791162786a295300faa24f0fe79f0f (diff)
downloadfsf-binutils-gdb-2871d4d7f3c2971b6dbf003cf8942562cb6526bd.zip
fsf-binutils-gdb-2871d4d7f3c2971b6dbf003cf8942562cb6526bd.tar.gz
fsf-binutils-gdb-2871d4d7f3c2971b6dbf003cf8942562cb6526bd.tar.bz2
sim: lm32: reduce -Wno-error scope
Clean up some warnings in dv-lm32cpu, and all in sim-if, then reduce the -Werror disable to the files that still aren't clean that now that we require GNU make and can set variables on a per-object basis.
Diffstat (limited to 'sim/lm32/Makefile.in')
-rw-r--r--sim/lm32/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/lm32/Makefile.in b/sim/lm32/Makefile.in
index 2daf74d..642c483a 100644
--- a/sim/lm32/Makefile.in
+++ b/sim/lm32/Makefile.in
@@ -24,8 +24,8 @@ SIM_EXTRA_DEPS = $(CGEN_INCLUDE_DEPS) $(srcdir)/../../opcodes/lm32-desc.h \
SIM_EXTRA_CLEAN = lm32-clean
-# Code doesn't build cleanly yet.
-SIM_WERROR_CFLAGS =
+# Some modules don't build cleanly yet.
+dv-lm32cpu.o mloop.o sem.o traps.o user.o: SIM_WERROR_CFLAGS =
## COMMON_POST_CONFIG_FRAG