This website requires JavaScript.
Explore
Help
Sign In
qiurui
/
glibc
mirror of
git://sourceware.org/git/glibc.git
Watch
1
Star
0
Fork
You've already forked glibc
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2d82d781a5
glibc
/
sysdeps
/
aarch64
/
preconfigure
8 lines
99 B
Plaintext
Raw
Normal View
History
Unescape
Escape
AArch64 Port
2012-11-09 17:53:51 +00:00
case "$machine" in
aarch64*)
base_machine=aarch64
machine=aarch64
elf: Enable TLS descriptor tests on aarch64 The aarch64 uses 'trad' for traditional tls and 'desc' for tls descriptors, but unlike other targets it defaults to 'desc'. The gnutls2 configure check does not set aarch64 as an ABI that uses TLS descriptors, which then disable somes stests. Also rename the internal machinery fron gnu2 to tls descriptors. Checked on aarch64-linux-gnu. Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
2024-03-12 16:21:20 +00:00
mtls_descriptor=desc
AArch64 Port
2012-11-09 17:53:51 +00:00
;;
esac