diff options
author | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-03-08 13:50:20 +0000 |
---|---|---|
committer | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-03-08 13:50:20 +0000 |
commit | 5f031e8856cb36a060d9e8358c4886dec5f81cc8 (patch) | |
tree | c472a00dfabaed9cdd6490f769c8db98b467d79b /gcc/configure | |
parent | 5af5ea69b041df957178990db6a66966accc53a9 (diff) | |
download | gcc-5f031e8856cb36a060d9e8358c4886dec5f81cc8.tar.gz |
Fix R_386_TLS_LDM_PLT detection
* configure.ac (gcc_cv_as_ix86_tlsldmplt): Add label.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185101 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure')
-rwxr-xr-x | gcc/configure | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/configure b/gcc/configure index 94b33cee6b7..e2a0aea9f09 100755 --- a/gcc/configure +++ b/gcc/configure @@ -24911,7 +24911,8 @@ if test "${gcc_cv_as_ix86_tlsldmplt+set}" = set; then : else gcc_cv_as_ix86_tlsldmplt=no if test x$gcc_cv_as != x; then - $as_echo 'call tls_ld@tlsldmplt' > conftest.s + $as_echo 'tls_ld: + call tls_ld@tlsldmplt' > 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 |