mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-29 16:21:07 +00:00
15 lines
220 B
Plaintext
15 lines
220 B
Plaintext
case "$machine" in
|
|
aarch64*)
|
|
base_machine=aarch64
|
|
machine=aarch64
|
|
;;
|
|
esac
|
|
|
|
case "$machine" in
|
|
aarch64*)
|
|
# Parameters to allow auto-detection of -z relro.
|
|
libc_commonpagesize=0x1000
|
|
libc_relro_required=yes
|
|
;;
|
|
esac
|