From 9c14ec2337affc3680fb07ca6430710d72ea768c Mon Sep 17 00:00:00 2001 From: Jeremy Utley Date: Sat, 28 Aug 2004 01:27:45 +0000 Subject: Experimental Change - Compile glibc against sanitized headers from linux-libc-headers, rather than raw kernel headers git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4059 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/glibc.xml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'chapter05/glibc.xml') diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index de1458c2a..bcb7b34dc 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -47,7 +47,7 @@ cd ../glibc-build ../glibc-&glibc-version;/configure --prefix=/tools \ --disable-profile --enable-add-ons=nptl --with-tls \ --with-__thread --enable-kernel=2.6.0 --with-binutils=/tools/bin \ - --without-gd --without-cvs --with-headers=/tools/glibc-kernheaders + --without-gd --without-cvs The meaning of the configure options: @@ -106,13 +106,6 @@ snapshot. But it's not actually needed these days. We use it because it suppresses an annoying but harmless warning about a missing autoconf program. - - ---with-headers=/tools/glibc-kernheaders -This tells Glibc to compile against the raw -kernel headers, so that it knows exactly what features the kernel has, and can -optimize itself accordingly. Not strictly necessary, but nice to have. - During this stage you might see the following warning: -- cgit v1.2.3-54-g00ecf