2008-02-04 H.J. Lu <hongjiu.lu@intel.com>
PR 5715 * configure: Regenerated.
This commit is contained in:
parent
bb8541b9c4
commit
32b1cf221d
2 changed files with 15 additions and 0 deletions
|
@ -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>
|
||||
|
||||
* 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
|
||||
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
|
||||
if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
|
||||
ERROR_ON_WARNING=yes
|
||||
|
|
Loading…
Reference in a new issue