diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-11-01 00:52:52 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-11-01 00:52:52 -0400 |
commit | 5c15e06faf4c34a96f1cce9eaa27746e6e1d71f1 (patch) | |
tree | 02c91d7246507cffeb953aaeef78d5b2de5646d7 /sim/or1k | |
parent | 0eecf48fd44050ba4a355744f2e6c57ae561659b (diff) | |
download | gdb-5c15e06faf4c34a96f1cce9eaa27746e6e1d71f1.zip gdb-5c15e06faf4c34a96f1cce9eaa27746e6e1d71f1.tar.gz gdb-5c15e06faf4c34a96f1cce9eaa27746e6e1d71f1.tar.bz2 |
sim: or1k: build with -Werror
The only warnings left in this port are a few maybe-uninitialized,
but we don't abort the build for them, so turn on -Werror everywhere.
Diffstat (limited to 'sim/or1k')
-rw-r--r-- | sim/or1k/Makefile.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sim/or1k/Makefile.in b/sim/or1k/Makefile.in index 8f447fd..c6bd03b 100644 --- a/sim/or1k/Makefile.in +++ b/sim/or1k/Makefile.in @@ -55,9 +55,6 @@ SIM_EXTRA_LIBS = -lm SIM_EXTRA_CLEAN = or1k-clean -# Code doesn't build cleanly yet. -SIM_WERROR_CFLAGS = - ## COMMON_POST_CONFIG_FRAG arch = or1k |