mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-15 01:21:06 +00:00
8 lines
186 B
Plaintext
8 lines
186 B
Plaintext
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
|
|
|