From 084db8d42d66a40d23259628ae1afe13f88065b5 Mon Sep 17 00:00:00 2001 From: Jeremy Utley Date: Tue, 31 Aug 2004 07:11:33 +0000 Subject: Upgraded glibc to tarball based on CVS code from 2004-08-28. Simplified the configure instructions for glibc. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4097 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/glibc.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter05/glibc.xml') diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index bcb7b34dc..c16c4df17 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -45,8 +45,8 @@ cd ../glibc-build Next, prepare Glibc for compilation: ../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 \ + --disable-profile --enable-add-ons \ + --enable-kernel=2.6.0 --with-binutils=/tools/bin \ --without-gd --without-cvs The meaning of the configure options: -- cgit v1.2.3-54-g00ecf