From 1d8e8da1aa94c6aa1516dc3db41fe655ad4e26d8 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 7 Aug 2012 16:21:25 +0200 Subject: [PATCH] glibc: Reset --optimize-kernel. There is an error in the detection function, but it is reset to 2.6.16 anyway. --- lfs/glibc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/glibc b/lfs/glibc index 22a1e6133..c24b203b8 100644 --- a/lfs/glibc +++ b/lfs/glibc @@ -66,7 +66,7 @@ endif # Add some general configuration flags EXTRA_CONFIG += \ --disable-profile \ - --enable-kernel=2.6.16 \ + --enable-kernel=2.6.0 \ --enable-add-ons \ --without-selinux \ --enable-experimental-malloc \ -- 2.39.2