glibc: setting --enable-kernel=2.6.35

It was taking 2.4.0 as default, therefore, not using syscalls over 2.4.0
We may see performance improvements (openat, ...)
This commit is contained in:
Lluís Batlle i Rossell
2012-08-19 13:22:54 +02:00
parent fcdfc1c50c
commit 3694b0f892
2 changed files with 6 additions and 0 deletions

View File

@@ -59,4 +59,8 @@ stdenv.mkDerivation {
ln -s asm $out/include/asm-x86
fi
'';
passthru = {
versionForGlibc = "2.6.35";
};
}