aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure
diff options
context:
space:
mode:
authorCatherine Moore <clm@codesourcery.com>2013-02-25 13:53:16 +0000
committerCatherine Moore <clm@codesourcery.com>2013-02-25 13:53:16 +0000
commit79d917b13f895615afda70131489d5bb07d9bc58 (patch)
treeb176639e70e3714e1aceaa2e8df9308d5edbdf16 /gcc/configure
parenta420432e0ebc84c37169f091f69bc6cd2abe63cc (diff)
2012-02-25 Catherine Moore <clm@codesourcery.com>
Revert microMIPS patch. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@196259 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure')
-rwxr-xr-xgcc/configure31
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 :