From 397841b5aed514e848c022e64ef1cfc5fa68afcc Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Wed, 7 Apr 2010 07:20:51 +0000 Subject: * configure: Regenerate. --- binutils/ChangeLog | 4 ++++ binutils/configure | 16 ++++++++++++++-- 2 files changed, 18 insertions(+), 2 deletions(-) (limited to 'binutils') diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 7a30c27..78d72cf 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2010-04-07 Alan Modra + + * configure: Regenerate. + 2010-04-06 Nick Clifton * po/vi.po: Updated Vietnamese translation. diff --git a/binutils/configure b/binutils/configure index 37e64e5..7bc61e6 100755 --- a/binutils/configure +++ b/binutils/configure @@ -11555,7 +11555,19 @@ esac fi -GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow" +GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +__GNUC__ +_ACEOF +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | + $EGREP "^[0-3]$" >/dev/null 2>&1; then : + +else + GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow" +fi +rm -f conftest* + # Check whether --enable-werror was given. if test "${enable_werror+set}" = set; then : @@ -11567,7 +11579,7 @@ if test "${enable_werror+set}" = set; then : fi -# Enable -Wno-format by default when using gcc on mingw +# Disable -Wformat by default when using gcc on mingw case "${host}" in *-*-mingw32*) if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then -- cgit v1.1