diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-08-31 07:11:33 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-08-31 07:11:33 +0000 |
commit | 084db8d42d66a40d23259628ae1afe13f88065b5 (patch) | |
tree | 32cf279ea75975fc882a5cba99e0a0044653bd94 /chapter05 | |
parent | 98b017eaa53e459c321f160991e23ddeb77d6044 (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 'chapter05')
-rw-r--r-- | chapter05/glibc.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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</userinput></screen> <para>Next, prepare Glibc for compilation:</para> <screen><userinput>../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</userinput></screen> <para>The meaning of the configure options:</para> |