sim: frv: reduce -Wno-error scope
authorMike Frysinger <vapier@gentoo.org>
Mon, 1 Nov 2021 04:56:35 +0000 (00:56 -0400)
committerMike Frysinger <vapier@gentoo.org>
Mon, 1 Nov 2021 04:56:35 +0000 (00:56 -0400)
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/frv/Makefile.in

index e709e37ee7404706675e8effd99bbbe371b0d9d0..2c17075432c691e3fc5820f5c22aa5280b186d7f 100644 (file)
@@ -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