glibc/sysdeps/aarch64/preconfigure

15 lines
220 B
Plaintext
Raw Normal View History

2012-11-09 17:53:51 +00:00
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