diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-08-07 16:40:32 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-08-07 16:40:32 +0000 |
commit | 6dad2c06889774ddaf6eac09799821e3941bfa87 (patch) | |
tree | 7a0f2ed3e131f2c4233bba1044b71391d1b4316e /ports/sysdeps/unix/sysv/linux/mips/configure.in | |
parent | 8e49df1d656c393e913b6c9343f491c59bd527b2 (diff) | |
download | glibc-6dad2c06889774ddaf6eac09799821e3941bfa87.tar.gz glibc-6dad2c06889774ddaf6eac09799821e3941bfa87.tar.xz glibc-6dad2c06889774ddaf6eac09799821e3941bfa87.zip |
Remove pre-2.6.16 Linux kernel support.
Diffstat (limited to 'ports/sysdeps/unix/sysv/linux/mips/configure.in')
-rw-r--r-- | ports/sysdeps/unix/sysv/linux/mips/configure.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ports/sysdeps/unix/sysv/linux/mips/configure.in b/ports/sysdeps/unix/sysv/linux/mips/configure.in index 466a349fc5..18e8bbc5c3 100644 --- a/ports/sysdeps/unix/sysv/linux/mips/configure.in +++ b/ports/sysdeps/unix/sysv/linux/mips/configure.in @@ -31,7 +31,4 @@ case "$prefix" in esac esac -if test -z "$arch_minimum_kernel"; then - arch_minimum_kernel=2.6.12 - libc_cv_gcc_unwind_find_fde=yes -fi +libc_cv_gcc_unwind_find_fde=yes |