about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2012-01-08 07:47:38 -0500
committerUlrich Drepper <drepper@gmail.com>2012-01-08 07:47:38 -0500
commit215f4bdc5faabb12b0290270bf699d744aed86bb (patch)
tree74e4a1837a231ef31bf034f9e62c07936f591685
parent8720d066387e463ad5f93bf4cfc871cc5a82928e (diff)
downloadglibc-215f4bdc5faabb12b0290270bf699d744aed86bb.tar.gz
glibc-215f4bdc5faabb12b0290270bf699d744aed86bb.tar.xz
glibc-215f4bdc5faabb12b0290270bf699d744aed86bb.zip
Remove more unnecessary Alpha and IA-64 configury
-rw-r--r--ChangeLog2
-rwxr-xr-xconfigure7
-rw-r--r--configure.in7
3 files changed, 2 insertions, 14 deletions
diff --git a/ChangeLog b/ChangeLog
index b132437ebd..c8d8db7eec 100644
--- 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.
 
diff --git a/configure b/configure
index 075b57a5df..d43d251f8a 100755
--- 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
diff --git a/configure.in b/configure.in
index a9d9502737..84f059e62d 100644
--- a/configure.in
+++ b/configure.in
@@ -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