2008-11-26 07:21:20 +00:00
|
|
|
case "$machine" in
|
2012-02-15 16:02:19 +00:00
|
|
|
alpha*) base_machine=alpha machine=alpha/$machine
|
|
|
|
# Parameters to allow auto-detection of -z relro.
|
|
|
|
libc_commonpagesize=0x2000
|
|
|
|
libc_relro_required=yes ;;
|
2008-11-26 07:21:20 +00:00
|
|
|
esac
|