]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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 b132437ebda4aef8a0c16be3eed2329e6129ad3f..c8d8db7eecb5a25a1b1a28929e9e4b0c3a4964bf 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 075b57a5df27e30b250faedffffc0fcc9a662f13..d43d251f8a7d983d1992367b6245f324d3523f26 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 a9d95027374e4edd6198d47409b9e95ea990fe53..84f059e62dfee729bd120b9fe1195ccdf57b5cd0 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