aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2008-07-10 18:45:25 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2008-07-10 18:45:25 +0000
commit8dd9a120a24d1fa0cd44680e37d3d746b4ce7488 (patch)
tree923e67cbf2580563bed00a7d86733723f0978c9f /gcc/configure
parente68152b607d95496a9eb81b0aa2e5c18495cf5d6 (diff)
downloadgcc-8dd9a120a24d1fa0cd44680e37d3d746b4ce7488.zip
gcc-8dd9a120a24d1fa0cd44680e37d3d746b4ce7488.tar.gz
gcc-8dd9a120a24d1fa0cd44680e37d3d746b4ce7488.tar.bz2
Makefile.in (LOOSE_WARN, [...]): Update comments.
* Makefile.in (LOOSE_WARN, STRICT_WARN): Update comments. * configure.ac (loose_warn): Move -Wc++-compat from here... (strict_warn): ...to here. * configure: Regenerate. From-SVN: r137699
Diffstat (limited to 'gcc/configure')
-rwxr-xr-xgcc/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/configure b/gcc/configure
index beb1b81..09d2768 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -7015,7 +7015,7 @@ fi
loose_warn=
save_CFLAGS="$CFLAGS"
for option in -W -Wall -Wwrite-strings -Wstrict-prototypes \
- -Wmissing-prototypes -Wcast-qual -Wc++-compat; do
+ -Wmissing-prototypes -Wcast-qual; do
as_acx_Woption=`echo "acx_cv_prog_cc_warning_$option" | $as_tr_sh`
echo "$as_me:$LINENO: checking whether $CC supports $option" >&5
@@ -7082,7 +7082,7 @@ CFLAGS="$save_CFLAGS"
strict_warn=
save_CFLAGS="$CFLAGS"
-for option in -Wold-style-definition \
+for option in -Wold-style-definition -Wc++-compat \
-Wmissing-format-attribute; do
as_acx_Woption=`echo "acx_cv_prog_cc_warning_$option" | $as_tr_sh`