mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 17:18:24 +08:00
* configure: Regenerate.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2010-04-07 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
||||
2010-03-30 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
* Makefile.am (CONFIG_STATUS_DEPENDENCIES): Define.
|
||||
|
16
gprof/configure
vendored
16
gprof/configure
vendored
@ -11998,7 +11998,19 @@ 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 :
|
||||
@ -12010,7 +12022,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
|
||||
|
Reference in New Issue
Block a user