summaryrefslogtreecommitdiff
path: root/gcc/configure
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/configure')
-rwxr-xr-xgcc/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure b/gcc/configure
index e2c0a138bc0..3b20cc9d133 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -22520,7 +22520,7 @@ $as_echo_n "checking linker and ld.so.1 TLS support... " >&6; }
min_tls_ld_vers_minor=343
;;
esac
- if test "$ls_vers_major" -gt 1 || \
+ if test "$ld_vers_major" -gt 1 || \
test "$ld_vers_minor" -ge "$min_tls_ld_vers_minor"; then
ld_tls_support=yes
else