aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/glibc.xml
diff options
context:
space:
mode:
authorJeremy Utley <jeremy@linuxfromscratch.org>2004-08-31 07:11:33 +0000
committerJeremy Utley <jeremy@linuxfromscratch.org>2004-08-31 07:11:33 +0000
commit084db8d42d66a40d23259628ae1afe13f88065b5 (patch)
tree32cf279ea75975fc882a5cba99e0a0044653bd94 /chapter06/glibc.xml
parent98b017eaa53e459c321f160991e23ddeb77d6044 (diff)
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
Diffstat (limited to 'chapter06/glibc.xml')
-rw-r--r--chapter06/glibc.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index 0bdc4c9f4..fd5cc4dd6 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -49,8 +49,8 @@ cd ../glibc-build</userinput></screen>
<para>Now prepare Glibc for compilation:</para>
<screen><userinput>../glibc-&glibc-version;/configure --prefix=/usr \
- --disable-profile --enable-add-ons=nptl --with-tls \
- --with-__thread --enable-kernel=2.6.0 --without-cvs \
+ --disable-profile --enable-add-ons \
+ --enable-kernel=2.6.0 --without-cvs \
--libexecdir=/usr/lib/glibc</userinput></screen>
<para>The meaning of the new configure options:</para>