From 2eb4d4d7b2deb703eebe9c0381ed2a243e196cf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Thu, 19 Mar 2015 16:35:01 +0000 Subject: glibc.morph: Make the code faster supporting only > 3.18 kernels This should be safe as we only build 3.19 in our systems (3.18 in the case of the jetson) Change-Id: I40df10570e3d2602c6f1b223ebb71753c6f86f8e --- strata/build-essential/glibc.morph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strata/build-essential/glibc.morph b/strata/build-essential/glibc.morph index e6f87fde..78f0ad93 100644 --- a/strata/build-essential/glibc.morph +++ b/strata/build-essential/glibc.morph @@ -56,7 +56,7 @@ configure-commands: $ARCH_FLAGS \ --prefix="$PREFIX" \ --disable-profile \ - --enable-kernel=2.6.25 \ + --enable-kernel=3.18.0 \ --without-cvs \ --without-selinux \ --enable-obsolete-rpc -- cgit v1.2.1