about summary refs log tree commit diff
path: root/sysdeps/alpha/preconfigure
blob: 6412a136f4a4899324fb2a28f1f844526afb1b9b (plain) (blame)
1
2
3
4
5
6
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