diff options
author | Catherine Moore <clm@codesourcery.com> | 2013-04-22 18:16:45 -0400 |
---|---|---|
committer | Catherine Moore <clm@gcc.gnu.org> | 2013-04-22 18:16:45 -0400 |
commit | b1485a33a3422fb8a2022d59660509cd9a3ea717 (patch) | |
tree | 745dcc4bd45f5c610f3b6fac6ef7d24868971944 /gcc/configure | |
parent | 3df70c625ab2c90d70b65ae7e88acff6c45e507b (diff) | |
download | gcc-b1485a33a3422fb8a2022d59660509cd9a3ea717.tar.gz |
configure.ac (gcc_cv_as_micromips_support): Use the --fatal-warnings option.
2013-04-22 Catherine Moore <clm@codesourcery.com>
David Daney <ddaney.cavm@gmail.com>
* configure.ac (gcc_cv_as_micromips_support): Use the
--fatal-warnings option.
* configure: Regenerate.
Co-Authored-By: David Daney <ddaney.cavm@gmail.com>
From-SVN: r198164
Diffstat (limited to 'gcc/configure')
-rwxr-xr-x | gcc/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure b/gcc/configure index a33da7a73f8..fd4a0ebacc0 100755 --- a/gcc/configure +++ b/gcc/configure @@ -25766,7 +25766,7 @@ else gcc_cv_as_micromips_support=no if test x$gcc_cv_as != x; then $as_echo '.set micromips' > conftest.s - if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5' + if { ac_try='$gcc_cv_as $gcc_cv_as_flags --fatal-warnings -o conftest.o conftest.s >&5' { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 (eval $ac_try) 2>&5 ac_status=$? |