+2012-02-14 Joseph Myers <joseph@codesourcery.com>
+ Tom de Vries <tom@codesourcery.com>
+
+ * sysdeps/alpha/preconfigure: Make setting of libc_commonpagesize and
+ libc_relro_required conditional on alpha machine. Move setting of
+ libc_cv_gcc_unwind_find_fde ...
+ * sysdeps/unix/sysv/linux/alpha/configure.in: ... here.
+
2012-02-13 Richard Henderson <rth@twiddle.net>
* sysdeps/unix/sysv/linux/alpha/bits/eventfd.h: New file.
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
# require TLS (ver 2.6.0), it seems pointless to fix them.
# ??? Surely this should now be the generic default.
arch_minimum_kernel=2.6.0
+
+# We did historically export the unwinder from glibc.
+libc_cv_gcc_unwind_find_fde=yes
# require TLS (ver 2.6.0), it seems pointless to fix them.
# ??? Surely this should now be the generic default.
arch_minimum_kernel=2.6.0
+
+# We did historically export the unwinder from glibc.
+libc_cv_gcc_unwind_find_fde=yes