diff options
author | Joseph Myers <joseph@codesourcery.com> | 2015-10-15 20:28:27 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2015-10-15 20:28:27 +0000 |
commit | b7d09f0d63a5d6705b5e275b8e3c855210b173a0 (patch) | |
tree | 1a35364547f01ef50dab1ebeee94e49c0cea64c7 /sysdeps/i386/configure | |
parent | 75b0964bc8f00400056449eceb8ab57c8eb3fde2 (diff) | |
download | glibc-b7d09f0d63a5d6705b5e275b8e3c855210b173a0.tar glibc-b7d09f0d63a5d6705b5e275b8e3c855210b173a0.tar.gz glibc-b7d09f0d63a5d6705b5e275b8e3c855210b173a0.tar.bz2 glibc-b7d09f0d63a5d6705b5e275b8e3c855210b173a0.zip |
Remove assembler -mtune=i686 configure test.
There is a configure test for assembler support for -mtune=i686. This
option was added in binutils 2.18 so the test is obsolete; this patch
removes it.
Tested for x86 (testsuite, and that installed shared libraries are
unchanged by the patch).
* sysdeps/i386/configure.ac (libc_cv_as_i686): Remove configure
test.
* sysdeps/i386/configure: Regenerated.
* sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]: Make
code unconditional.
Diffstat (limited to 'sysdeps/i386/configure')
-rw-r--r-- | sysdeps/i386/configure | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/sysdeps/i386/configure b/sysdeps/i386/configure index 0abafe3de8..1fc13aba6b 100644 --- a/sysdeps/i386/configure +++ b/sysdeps/i386/configure @@ -92,28 +92,6 @@ fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for assembler -mtune=i686 support" >&5 -$as_echo_n "checking for assembler -mtune=i686 support... " >&6; } -if ${libc_cv_as_i686+:} false; then : - $as_echo_n "(cached) " >&6 -else - if { ac_try='${CC-cc} -Wa,-mtune=i686 -xc /dev/null -S -o /dev/null' - { { 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 : - libc_cv_as_i686=yes -else - libc_cv_as_i686=no -fi - -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_as_i686" >&5 -$as_echo "$libc_cv_as_i686" >&6; } -config_vars="$config_vars -config-asflags-i686 = $libc_cv_as_i686" - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Intel MPX support" >&5 $as_echo_n "checking for Intel MPX support... " >&6; } if ${libc_cv_asm_mpx+:} false; then : |