diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-03-23 03:27:44 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-03-23 03:27:44 +0000 |
commit | ac0aacdffa67b3fab21e79cf439a09ed92ef3133 (patch) | |
tree | 2ec06b5b5e939e5082bc561946df6bb3b08b0874 /sim/common/ChangeLog | |
parent | 51dc010c5adf1043d55adef654cd2163e780d5bf (diff) | |
download | gdb-ac0aacdffa67b3fab21e79cf439a09ed92ef3133.zip gdb-ac0aacdffa67b3fab21e79cf439a09ed92ef3133.tar.gz gdb-ac0aacdffa67b3fab21e79cf439a09ed92ef3133.tar.bz2 |
sim: sync build_warnings handling with gdb
The sim code gets the logic for SIM_AC_OPTION_WARNINGS from gdb, but
it hasn't been updated in a good long while. Sync with the latest
gdb code.
There is a sim specific change in here: we disable -Werror for now.
This is because all sim code atm contains warnings. Will probably
have to slowly add a white list of targets which can tolerate this
until everyone is updated.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'sim/common/ChangeLog')
-rw-r--r-- | sim/common/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index d3dd137..5e6e03f 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,9 @@ +2012-03-22 Mike Frysinger <vapier@gentoo.org> + + * acinclude.m4 (SIM_AC_OPTION_WARNINGS): Copy AC_ARG_ENABLE(werror), + WERROR_CFLAGS, and build_warnings from gdb/configure.ac. Comment + out -Werror initialization. + 2012-03-19 Mike Frysinger <vapier@gentoo.org> * Make-common.in (TAGS): Change a-z to [:lower:]. |