mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-29 14:35:12 +08:00
configure.in: Use AC_PROG_CPP_WERROR.
* configure.in: Use AC_PROG_CPP_WERROR. * configure: Regenerated. From-SVN: r71775
This commit is contained in:
parent
eaaad728d4
commit
b033df9072
@ -1,3 +1,8 @@
|
||||
2003-09-24 Daniel Jacobowitz <drow@mvista.com>
|
||||
|
||||
* configure.in: Use AC_PROG_CPP_WERROR.
|
||||
* configure: Regenerated.
|
||||
|
||||
2003-09-22 Andrew Cagney <cagney@redhat.com>
|
||||
|
||||
* floatformat.c (floatformat_i387_ext_is_valid): New function.
|
||||
|
1261
libiberty/configure
vendored
1261
libiberty/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -101,6 +101,7 @@ AC_CHECK_TOOL(RANLIB, ranlib, :)
|
||||
|
||||
GCC_NO_EXECUTABLES
|
||||
AC_PROG_CC
|
||||
AC_PROG_CPP_WERROR
|
||||
|
||||
if test x$GCC = xyes; then
|
||||
ac_libiberty_warn_cflags='-W -Wall -Wtraditional -pedantic'
|
||||
|
Loading…
Reference in New Issue
Block a user