From: Ulrich Drepper Date: Sun, 8 Jan 2012 12:47:38 +0000 (-0500) Subject: Remove more unnecessary Alpha and IA-64 configury X-Git-Tag: glibc-2.16-tps~1093 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=215f4bdc5faabb12b0290270bf699d744aed86bb;p=thirdparty%2Fglibc.git Remove more unnecessary Alpha and IA-64 configury --- diff --git a/ChangeLog b/ChangeLog index b132437ebda..c8d8db7eecb 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 075b57a5df2..d43d251f8a7 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 a9d95027374..84f059e62df 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