summaryrefslogtreecommitdiff
path: root/sim/sh
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-11-01 00:53:38 -0400
committerMike Frysinger <vapier@gentoo.org>2021-11-01 00:53:38 -0400
commitcd37cffed6537f14809e12cf3b8d864899dcd053 (patch)
tree4c2b5d7444fa30218a5f0a991f630393e70ebd42 /sim/sh
parent5c15e06faf4c34a96f1cce9eaa27746e6e1d71f1 (diff)
downloadbinutils-gdb-cd37cffed6537f14809e12cf3b8d864899dcd053.tar.gz
sim: sh: reduce -Wno-error scope
Only one file in here still generates warnings, so reduce the -Werror disable to that alone now that we require GNU make and can set variables on a per-object basis.
Diffstat (limited to 'sim/sh')
-rw-r--r--sim/sh/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/sh/Makefile.in b/sim/sh/Makefile.in
index efac41e8a40..e79efd1ff5e 100644
--- a/sim/sh/Makefile.in
+++ b/sim/sh/Makefile.in
@@ -28,8 +28,8 @@ SIM_EXTRA_LIBS = -lm
SIM_EXTRA_CLEAN = sh-clean
SIM_EXTRA_DEPS = table.c code.c ppi.c
-# Code doesn't build cleanly yet.
-SIM_WERROR_CFLAGS =
+# Some modules don't build cleanly yet.
+interp.o: SIM_WERROR_CFLAGS =
## COMMON_POST_CONFIG_FRAG