From: Mike Frysinger Date: Mon, 1 Nov 2021 04:55:02 +0000 (-0400) Subject: sim: erc32: reduce -Wno-error scope X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d0d7f2a742bb640cc8654231ed195d092c534ce3;p=binutils-gdb.git sim: erc32: 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. --- diff --git a/sim/erc32/Makefile.in b/sim/erc32/Makefile.in index 130220e52fe..613f9faf0bd 100644 --- a/sim/erc32/Makefile.in +++ b/sim/erc32/Makefile.in @@ -32,8 +32,8 @@ SIM_EXTRA_CLEAN = clean-sis # behaviour of UART interrupt routines ... SIM_EXTRA_CFLAGS += -DFAST_UART -I$(srcroot) -# Code doesn't build cleanly yet. -SIM_WERROR_CFLAGS = +# Some modules don't build cleanly yet. +exec.o: SIM_WERROR_CFLAGS = ## COMMON_POST_CONFIG_FRAG