mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 14:59:31 +08:00
2008-02-04 H.J. Lu <hongjiu.lu@intel.com>
PR 5715 * configure: Regenerated.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2008-02-04 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
PR 5715
|
||||||
|
* configure: Regenerated.
|
||||||
|
|
||||||
2007-10-24 H.J. Lu <hongjiu.lu@intel.com>
|
2007-10-24 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* configure.in: Move AM_PROG_LIBTOOL after AC_GNU_SOURCE.
|
* configure.in: Move AM_PROG_LIBTOOL after AC_GNU_SOURCE.
|
||||||
|
10
gprof/configure
vendored
10
gprof/configure
vendored
@ -11222,6 +11222,16 @@ echo "$as_me: error: bad value ${enableval} for --enable-werror" >&2;}
|
|||||||
esac
|
esac
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
|
# Enable -Wno-format by default when using gcc on mingw
|
||||||
|
case "${host}" in
|
||||||
|
*-*-mingw32*)
|
||||||
|
if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
|
||||||
|
GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
|
||||||
|
fi
|
||||||
|
;;
|
||||||
|
*) ;;
|
||||||
|
esac
|
||||||
|
|
||||||
# Enable -Werror by default when using gcc
|
# Enable -Werror by default when using gcc
|
||||||
if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
|
if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
|
||||||
ERROR_ON_WARNING=yes
|
ERROR_ON_WARNING=yes
|
||||||
|
Reference in New Issue
Block a user