mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-27 07:20:11 +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
|