From: Mike Frysinger Date: Mon, 1 Nov 2021 04:56:35 +0000 (-0400) Subject: sim: frv: reduce -Wno-error scope X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=97ebc24886791162786a295300faa24f0fe79f0f;p=binutils-gdb.git sim: frv: 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/frv/Makefile.in b/sim/frv/Makefile.in index e709e37ee74..2c17075432c 100644 --- a/sim/frv/Makefile.in +++ b/sim/frv/Makefile.in @@ -40,8 +40,8 @@ SIM_EXTRA_CFLAGS = @SIM_FRV_TRAPDUMP_FLAGS@ SIM_EXTRA_CLEAN = frv-clean -# Code doesn't build cleanly yet. -SIM_WERROR_CFLAGS = +# Some modules don't build cleanly yet. +memory.o sem.o: SIM_WERROR_CFLAGS = ## COMMON_POST_CONFIG_FRAG