mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-14 07:10:05 +00:00
15be91c2a0
Logic specific to ia64 used to live in the main tree in common files. Now that we can't do that (with #ifdef and such), we need to add that logic into dedicated overriding files. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4 lines
62 B
Plaintext
4 lines
62 B
Plaintext
case "$machine" in
|
|
ia64*) libc_commonpagesize=0x4000 ;;
|
|
esac
|