aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/glibc.xml4
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>