aboutsummaryrefslogtreecommitdiff
path: root/sim/or1k/ChangeLog
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-01-09 14:16:10 -0500
committerMike Frysinger <vapier@gentoo.org>2021-01-11 09:13:11 -0500
commit5c1008a41f1b97e8c7abb21eb2de0205e9a30521 (patch)
tree54cabb32e5c04936cc2d7896c962a5280ec4260f /sim/or1k/ChangeLog
parenta0c38f0d705129e14c025de814d7fd619edde650 (diff)
downloadgdb-5c1008a41f1b97e8c7abb21eb2de0205e9a30521.zip
gdb-5c1008a41f1b97e8c7abb21eb2de0205e9a30521.tar.gz
gdb-5c1008a41f1b97e8c7abb21eb2de0205e9a30521.tar.bz2
sim: call SIM_AC_OPTION_WARNINGS(no) in remaining ports
We want all ports to opt into extra warnings as the default compiler settings lets a lot slide. Opt all the ports that haven't already in to the warning system. None of them build with -Werror, so disable that by default. Hopefully someone finds these important enough to start fixing at some point.
Diffstat (limited to 'sim/or1k/ChangeLog')
-rw-r--r--sim/or1k/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/sim/or1k/ChangeLog b/sim/or1k/ChangeLog
index 1b7e6e2..016ffd0 100644
--- a/sim/or1k/ChangeLog
+++ b/sim/or1k/ChangeLog
@@ -1,5 +1,10 @@
2021-01-11 Mike Frysinger <vapier@gentoo.org>
+ * configure.ac: Call SIM_AC_OPTION_WARNINGS.
+ * configure: Regenerate.
+
+2021-01-11 Mike Frysinger <vapier@gentoo.org>
+
* sim-main.h: Include config.h.
2021-01-11 Mike Frysinger <vapier@gentoo.org>