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.in | |
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.in')
-rw-r--r-- | ports/sysdeps/unix/sysv/linux/ia64/configure.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ports/sysdeps/unix/sysv/linux/ia64/configure.in b/ports/sysdeps/unix/sysv/linux/ia64/configure.in index 99057b8bd1..4fb564721b 100644 --- a/ports/sysdeps/unix/sysv/linux/ia64/configure.in +++ b/ports/sysdeps/unix/sysv/linux/ia64/configure.in @@ -1,10 +1,4 @@ GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory. # 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 |