68b7efaadb
Also fixed the following whitespace nits to satisfy the push: sysdeps/alpha/alphaev6/memset.S:142: space before tab in indent. sysdeps/alpha/configure:1: new blank line at EOF. sysdeps/alpha/fpu/e_sqrt.c:126: space before tab in indent. sysdeps/alpha/preconfigure:1: new blank line at EOF. sysdeps/unix/sysv/linux/alpha/syscalls.list:1: new blank line at EOF.
7 lines
185 B
Plaintext
7 lines
185 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
|