mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
3d53d18fc7
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>
8 lines
99 B
Plaintext
8 lines
99 B
Plaintext
case "$machine" in
|
|
aarch64*)
|
|
base_machine=aarch64
|
|
machine=aarch64
|
|
mtls_descriptor=desc
|
|
;;
|
|
esac
|