From: Mike Frysinger Date: Mon, 1 Nov 2021 04:54:36 +0000 (-0400) Subject: sim: cris: reduce -Wno-error scope X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c79eb8d991e704810c58435c1db1d02038057396;p=binutils-gdb.git sim: cris: 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/cris/Makefile.in b/sim/cris/Makefile.in index 6125fc87bed..18dd2f451b5 100644 --- a/sim/cris/Makefile.in +++ b/sim/cris/Makefile.in @@ -41,8 +41,8 @@ SIM_EXTRA_DEPS = \ SIM_EXTRA_CLEAN = cris-clean -# Code doesn't build cleanly yet. -SIM_WERROR_CFLAGS = +# Some modules don't build cleanly yet. +crisv10f.o crisv32f.o: SIM_WERROR_CFLAGS = ## COMMON_POST_CONFIG_FRAG