diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-11-01 00:56:35 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-11-01 00:56:35 -0400 |
commit | 97ebc24886791162786a295300faa24f0fe79f0f (patch) | |
tree | 52b49e1539a8bf27dc654695fd792688a81e8f73 /sim/frv | |
parent | 5d2b3c53a510316391c53e66061cc7fd63bf0f70 (diff) | |
download | gdb-97ebc24886791162786a295300faa24f0fe79f0f.zip gdb-97ebc24886791162786a295300faa24f0fe79f0f.tar.gz gdb-97ebc24886791162786a295300faa24f0fe79f0f.tar.bz2 |
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.
Diffstat (limited to 'sim/frv')
-rw-r--r-- | sim/frv/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/frv/Makefile.in b/sim/frv/Makefile.in index e709e37..2c17075 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 |