diff options
author | clm <clm@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-02-25 13:53:16 +0000 |
---|---|---|
committer | clm <clm@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-02-25 13:53:16 +0000 |
commit | ca7a473f307bbb1760a837de842155e68a04ed66 (patch) | |
tree | b176639e70e3714e1aceaa2e8df9308d5edbdf16 /gcc/configure | |
parent | 6de7acd5f66623db7d1749a1c24c088dc8a1d537 (diff) | |
download | gcc-ca7a473f307bbb1760a837de842155e68a04ed66.tar.gz |
2012-02-25 Catherine Moore <clm@codesourcery.com>
Revert microMIPS patch.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196259 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure')
-rwxr-xr-x | gcc/configure | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/gcc/configure b/gcc/configure index 81bc2c6ddc5..d4f49bbeceb 100755 --- a/gcc/configure +++ b/gcc/configure @@ -25708,37 +25708,6 @@ $as_echo "#define HAVE_AS_GNU_ATTRIBUTE 1" >>confdefs.h fi - { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .micromips support" >&5 -$as_echo_n "checking assembler for .micromips support... " >&6; } -if test "${gcc_cv_as_micromips_support+set}" = set; then : - $as_echo_n "(cached) " >&6 -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' - { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 - (eval $ac_try) 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; } - then - gcc_cv_as_micromips_support=yes - else - echo "configure: failed program was" >&5 - cat conftest.s >&5 - fi - rm -f conftest.o conftest.s - fi -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_micromips_support" >&5 -$as_echo "$gcc_cv_as_micromips_support" >&6; } -if test $gcc_cv_as_micromips_support = yes; then - -$as_echo "#define HAVE_GAS_MICROMIPS 1" >>confdefs.h - -fi - { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .dtprelword support" >&5 $as_echo_n "checking assembler for .dtprelword support... " >&6; } if test "${gcc_cv_as_mips_dtprelword+set}" = set; then : |