From 7673c9623fa59ec8bcf9262af306a485905a35e4 Mon Sep 17 00:00:00 2001 From: Rainer Orth Date: Wed, 13 Apr 2011 17:12:53 +0000 Subject: configure.ac (gcc_cv_as_sparc_gotdata_op): Remove GNU ld check. * configure.ac (gcc_cv_as_sparc_gotdata_op): Remove GNU ld check. * configure: Regenerate. From-SVN: r172387 --- gcc/configure | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'gcc/configure') diff --git a/gcc/configure b/gcc/configure index 1ea08e2..9056adb 100755 --- a/gcc/configure +++ b/gcc/configure @@ -23374,17 +23374,13 @@ bar: then if test x$gcc_cv_ld != x \ && $gcc_cv_ld -o conftest conftest.o -G > /dev/null 2>&1; then - if $gcc_cv_ld -v | grep GNU >/dev/null 2>&1; then - if test x$gcc_cv_objdump != x; then - if $gcc_cv_objdump -s -j .text conftest 2> /dev/null \ - | grep ' 03000004 82186004 c405c001'> /dev/null 2>&1; then + if test x$gcc_cv_objdump != x; then + if $gcc_cv_objdump -s -j .text conftest 2> /dev/null \ + | grep ' 03000004 82186004 c405c001'> /dev/null 2>&1; then gcc_cv_as_sparc_gotdata_op=no - else + else gcc_cv_as_sparc_gotdata_op=yes - fi fi - else - gcc_cv_as_sparc_gotdata_op=yes fi fi rm -f conftest -- cgit v1.1