summaryrefslogtreecommitdiff
path: root/ports/sysdeps/aarch64/preconfigure
blob: 720c1d7dae0a386fda5bcb7ed99668c2071b81be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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