mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
(libc_cv_sparc32_tls): Change quotes before using [].
This commit is contained in:
parent
7be2873044
commit
1ee598e6cd
@ -4,6 +4,7 @@ GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
|
||||
if test "$usetls" != no; then
|
||||
# Check for support of thread-local storage handling in assembler and linker.
|
||||
AC_CACHE_CHECK(for sparc32 TLS support, libc_cv_sparc32_tls, [dnl
|
||||
changequote(,)dnl
|
||||
cat > conftest.s <<\EOF
|
||||
.section ".tdata", "awT", @progbits
|
||||
.globl foo
|
||||
@ -30,6 +31,7 @@ baz: sethi %tgd_hi22(foo), %l1
|
||||
sethi %tle_hix22(foo), %l1
|
||||
xor %l1, %tle_lox10(foo), %l1
|
||||
EOF
|
||||
changequote([,])dnl
|
||||
dnl
|
||||
if AC_TRY_COMMAND(${CC-cc} -c $CFLAGS conftest.s 1>&AS_MESSAGE_LOG_FD); then
|
||||
libc_cv_sparc32_tls=yes
|
||||
|
Loading…
Reference in New Issue
Block a user