mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-27 04:41:02 +08:00
11 lines
267 B
Plaintext
11 lines
267 B
Plaintext
case "$machine" in
|
|
alpha*) base_machine=alpha machine=alpha/$machine ;;
|
|
esac
|
|
|
|
# We did historically export the unwinder from glibc.
|
|
libc_cv_gcc_unwind_find_fde=yes
|
|
|
|
# Parameters to allow auto-detection of -z relro.
|
|
libc_commonpagesize=0x2000
|
|
libc_relro_required=yes
|