mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Remove more unnecessary Alpha and IA-64 configury
This commit is contained in:
parent
8720d06638
commit
215f4bdc5f
@ -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.
|
||||
|
||||
|
7
configure
vendored
7
configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user