Commit b1485a33 by Catherine Moore Committed by Catherine Moore

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
parent 3df70c62
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.
2013-04-22 Marek Polacek <polacek@redhat.com> 2013-04-22 Marek Polacek <polacek@redhat.com>
PR sanitizer/56990 PR sanitizer/56990
......
...@@ -25766,7 +25766,7 @@ else ...@@ -25766,7 +25766,7 @@ else
gcc_cv_as_micromips_support=no gcc_cv_as_micromips_support=no
if test x$gcc_cv_as != x; then if test x$gcc_cv_as != x; then
$as_echo '.set micromips' > conftest.s $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 echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5 (eval $ac_try) 2>&5
ac_status=$? ac_status=$?
......
...@@ -4058,7 +4058,7 @@ LCF0: ...@@ -4058,7 +4058,7 @@ LCF0:
[Define if your assembler supports .gnu_attribute.])]) [Define if your assembler supports .gnu_attribute.])])
gcc_GAS_CHECK_FEATURE([.micromips support], gcc_GAS_CHECK_FEATURE([.micromips support],
gcc_cv_as_micromips_support,,, gcc_cv_as_micromips_support,,[--fatal-warnings],
[.set micromips],, [.set micromips],,
[AC_DEFINE(HAVE_GAS_MICROMIPS, 1, [AC_DEFINE(HAVE_GAS_MICROMIPS, 1,
[Define if your assembler supports the .set micromips directive])]) [Define if your assembler supports the .set micromips directive])])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment