From 215f4bdc5faabb12b0290270bf699d744aed86bb Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 8 Jan 2012 07:47:38 -0500 Subject: [PATCH] Remove more unnecessary Alpha and IA-64 configury --- ChangeLog | 2 ++ configure | 7 ------- configure.in | 7 ------- 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