diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-08-03 13:42:47 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-08-03 13:42:47 +0000 |
commit | 7aab07e4e57334af621797aa43c2d71ad488b7cd (patch) | |
tree | d35d115bb839625e3dcc2bd5e6052f0dcaac704d /ports/sysdeps/unix/sysv/linux/ia64/configure | |
parent | fe58a6517dcfc9e0466fb71954f999a268d71060 (diff) | |
download | glibc-7aab07e4e57334af621797aa43c2d71ad488b7cd.tar glibc-7aab07e4e57334af621797aa43c2d71ad488b7cd.tar.gz glibc-7aab07e4e57334af621797aa43c2d71ad488b7cd.tar.bz2 glibc-7aab07e4e57334af621797aa43c2d71ad488b7cd.zip |
Remove pre-2.6.0 Linux kernel support (bug 13717).
Diffstat (limited to 'ports/sysdeps/unix/sysv/linux/ia64/configure')
-rw-r--r-- | ports/sysdeps/unix/sysv/linux/ia64/configure | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ports/sysdeps/unix/sysv/linux/ia64/configure b/ports/sysdeps/unix/sysv/linux/ia64/configure index 3d025f9dda..71323718af 100644 --- a/ports/sysdeps/unix/sysv/linux/ia64/configure +++ b/ports/sysdeps/unix/sysv/linux/ia64/configure @@ -1,10 +1,4 @@ # This file is generated from configure.in by Autoconf. DO NOT EDIT! # Local configure fragment for sysdeps/unix/sysv/linux/ia64 -# There are several bits that no longer compile cleanly without -# realtime signal support (ver 2.2.0). Given that we also now -# require TLS (ver 2.6.0), it seems pointless to fix them. -# ??? Surely this should now be the generic default. -arch_minimum_kernel=2.6.0 - ldd_rewrite_script=$dir/ldd-rewrite.sed |