Edit: I also wonder what "--enable-kernel=2.X.Y" was passed when glibc was being compiled. Anyone know how to check that, so Sulu could do that?
debian/sysdeps/linux.mk:MIN_KERNEL_SUPPORTED := 2.6.32 debian/debhelper.in/libc.preinst: if linux_compare_versions "$kernel_ver" lt 2.6.32 ports/sysdeps/unix/sysv/linux/tile/configure.in:arch_minimum_kernel=2.6.32 ports/sysdeps/unix/sysv/linux/tile/configure:arch_minimum_kernel=2.6.32
Edit2: I found out that GNU C Library 2.17 is compatible with kernels 2.6.16 upwards [4] while GNU C Library 2.18 doesn't even state that info in annoucement [5]...