Remove more unnecessary Alpha and IA-64 configury
authorUlrich Drepper <drepper@gmail.com>
Sun, 8 Jan 2012 12:47:38 +0000 (07:47 -0500)
committerUlrich Drepper <drepper@gmail.com>
Sun, 8 Jan 2012 12:47:38 +0000 (07:47 -0500)
ChangeLog
configure
configure.in

index b132437..c8d8db7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
 
        * configure.in: Remove last remnants of RANLIB.
        No need to check for signed size_t anymore.
+       Don't set libc_commonpagesize and libc_relro_required here for Alpha
+       and IA-64.
 
        * aclocal.m4: Likewise.
 
index 075b57a..d43d251 100755 (executable)
--- a/configure
+++ b/configure
@@ -6250,13 +6250,6 @@ case "$base_machine" in
     libc_commonpagesize=0x2000
     libc_relro_required=yes
     ;;
-  ia64*)
-    libc_commonpagesize=0x4000
-    ;;
-  alpha*)
-    libc_commonpagesize=0x10000
-    libc_relro_required=yes
-    ;;
 esac
 
 if test $libc_commonpagesize != no; then
index a9d9502..84f059e 100644 (file)
@@ -1498,13 +1498,6 @@ case "$base_machine" in
     libc_commonpagesize=0x2000
     libc_relro_required=yes
     ;;
-  ia64*)
-    libc_commonpagesize=0x4000
-    ;;
-  alpha*)
-    libc_commonpagesize=0x10000
-    libc_relro_required=yes
-    ;;
 esac
 
 if test $libc_commonpagesize != no; then