diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-11-01 00:54:36 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-11-01 00:54:36 -0400 |
commit | c79eb8d991e704810c58435c1db1d02038057396 (patch) | |
tree | ea2db80ebc27fcc8348e41bc588da8aa987ec586 /sim/cris | |
parent | cd37cffed6537f14809e12cf3b8d864899dcd053 (diff) | |
download | gdb-c79eb8d991e704810c58435c1db1d02038057396.zip gdb-c79eb8d991e704810c58435c1db1d02038057396.tar.gz gdb-c79eb8d991e704810c58435c1db1d02038057396.tar.bz2 |
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.
Diffstat (limited to 'sim/cris')
-rw-r--r-- | sim/cris/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/cris/Makefile.in b/sim/cris/Makefile.in index 6125fc8..18dd2f4 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 |