summaryrefslogtreecommitdiff
path: root/ports/sysdeps/alpha/preconfigure
blob: 09559b9de48fe0a52734795cbef8236e5889194b (plain)
1
2
3
4
5
6
7
case "$machine" in
alpha*)		base_machine=alpha machine=alpha/$machine
		# Parameters to allow auto-detection of -z relro.
		libc_commonpagesize=0x2000
		libc_relro_required=yes ;;
esac