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:
@@ -59,4 +59,8 @@ stdenv.mkDerivation {
|
||||
ln -s asm $out/include/asm-x86
|
||||
fi
|
||||
'';
|
||||
|
||||
passthru = {
|
||||
versionForGlibc = "2.6.35";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user