diff options
author | aj <aj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-03-27 19:27:31 +0000 |
---|---|---|
committer | aj <aj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-03-27 19:27:31 +0000 |
commit | 53f5a998f6dcb71c739bdeb246a63a0a79c673b7 (patch) | |
tree | c0cd3ef7327eb9b12781c3859b2e7b08b4dc5aec /libiberty/configure.ac | |
parent | 3081c7523eb89675f971474ce3eeb7db4accd263 (diff) | |
download | ppe42-gcc-53f5a998f6dcb71c739bdeb246a63a0a79c673b7.tar.gz ppe42-gcc-53f5a998f6dcb71c739bdeb246a63a0a79c673b7.zip |
* configure.ac (ac_c_preproc_warn_flag): Remove -Wtraditional
flags.
* configure: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97116 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/configure.ac')
-rw-r--r-- | libiberty/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/configure.ac b/libiberty/configure.ac index 99250533cd6..e000825e383 100644 --- a/libiberty/configure.ac +++ b/libiberty/configure.ac @@ -114,7 +114,7 @@ AC_PROG_CC AC_PROG_CPP_WERROR if test x$GCC = xyes; then - ac_libiberty_warn_cflags='-W -Wall -Wtraditional -pedantic' + ac_libiberty_warn_cflags='-W -Wall -pedantic' fi AC_SUBST(ac_libiberty_warn_cflags) |