diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-06-18 01:14:39 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-06-18 10:25:04 -0400 |
commit | 47ce766a8b922377425cfa88189acb1d43ca58af (patch) | |
tree | 55a8e203cc2c722f0fe6410ca0fec574f3ba791e /sim/ChangeLog | |
parent | 5a767724d7e4d8dfe70a82edceaeaa6d57ff2b84 (diff) | |
download | fsf-binutils-gdb-47ce766a8b922377425cfa88189acb1d43ca58af.zip fsf-binutils-gdb-47ce766a8b922377425cfa88189acb1d43ca58af.tar.gz fsf-binutils-gdb-47ce766a8b922377425cfa88189acb1d43ca58af.tar.bz2 |
sim: unify -Werror build settings
Move these options up to the common dir so we only test & export
them once across all ports. It also enables -Werror usage on the
common files we've been pulling out of arch subdirs.
Diffstat (limited to 'sim/ChangeLog')
-rw-r--r-- | sim/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sim/ChangeLog b/sim/ChangeLog index 70c02b8..441da9e 100644 --- a/sim/ChangeLog +++ b/sim/ChangeLog @@ -1,5 +1,13 @@ 2021-06-18 Mike Frysinger <vapier@gentoo.org> + * Makefile.am (AM_CFLAGS): New variable. + * arch-subdir.mk.in (WARN_CFLAGS, WERROR_CFLAGS): New variables. + * configure.ac: Call SIM_AC_OPTION_WARNINGS. + * m4/sim_ac_output.m4: Delete SIM_AC_OPTION_WARNINGS require. + * aclocal.m4, configure, Makefile.in: Regenerate. + +2021-06-18 Mike Frysinger <vapier@gentoo.org> + * m4/sim_ac_option_warnings.m4: Delete 1st arg to macro. 2021-06-18 Mike Frysinger <vapier@gentoo.org> |