2008-11-26 15:21:20 +08:00
|
|
|
case "$machine" in
|
2012-02-16 00:02:19 +08: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 15:21:20 +08:00
|
|
|
esac
|