From b1485a33a3422fb8a2022d59660509cd9a3ea717 Mon Sep 17 00:00:00 2001 From: Catherine Moore Date: Mon, 22 Apr 2013 18:16:45 -0400 Subject: configure.ac (gcc_cv_as_micromips_support): Use the --fatal-warnings option. 2013-04-22 Catherine Moore David Daney * configure.ac (gcc_cv_as_micromips_support): Use the --fatal-warnings option. * configure: Regenerate. Co-Authored-By: David Daney From-SVN: r198164 --- gcc/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/configure') diff --git a/gcc/configure b/gcc/configure index a33da7a..fd4a0eb 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=$? -- cgit v1.1