diff options
author | Richard Henderson <rth@twiddle.net> | 2012-02-15 08:02:19 -0800 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2012-02-15 08:02:19 -0800 |
commit | b991ef778a9e56dce09664f24dd35b0ae5c4b4e2 (patch) | |
tree | 96de73abe6331b512f4db860e29c4c4e17fa3566 /sysdeps/alpha/preconfigure | |
parent | 1b006be5c5f286a308aef2424164e13a65e9fc52 (diff) | |
download | glibc-b991ef778a9e56dce09664f24dd35b0ae5c4b4e2.tar.gz glibc-b991ef778a9e56dce09664f24dd35b0ae5c4b4e2.tar.xz glibc-b991ef778a9e56dce09664f24dd35b0ae5c4b4e2.zip |
alpha: Don't let preconfigure interfere with other targets.
Diffstat (limited to 'sysdeps/alpha/preconfigure')
-rw-r--r-- | sysdeps/alpha/preconfigure | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/sysdeps/alpha/preconfigure b/sysdeps/alpha/preconfigure index 1a66d103f7..09559b9de4 100644 --- a/sysdeps/alpha/preconfigure +++ b/sysdeps/alpha/preconfigure @@ -1,10 +1,7 @@ case "$machine" in -alpha*) base_machine=alpha machine=alpha/$machine ;; +alpha*) base_machine=alpha machine=alpha/$machine + # Parameters to allow auto-detection of -z relro. + libc_commonpagesize=0x2000 + libc_relro_required=yes ;; 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 |