From 5d2b3c53a510316391c53e66061cc7fd63bf0f70 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 1 Nov 2021 00:56:08 -0400 Subject: 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. --- sim/m32r/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sim/m32r') 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 -- cgit v1.1