From: Mike Frysinger Date: Mon, 1 Nov 2021 04:56:08 +0000 (-0400) Subject: sim: m32r: reduce -Wno-error scope X-Git-Tag: binutils-2_38~957 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5d2b3c53a510316391c53e66061cc7fd63bf0f70;p=thirdparty%2Fbinutils-gdb.git 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. --- diff --git a/sim/m32r/Makefile.in b/sim/m32r/Makefile.in index 7b0ed1e0b93..d9d8acfc30f 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