aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/glibc.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/glibc.xml')
-rw-r--r--chapter05/glibc.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml
index 8c59193ea..e8c2e8e91 100644
--- a/chapter05/glibc.xml
+++ b/chapter05/glibc.xml
@@ -32,8 +32,7 @@ cd ../glibc-build</userinput></screen>
<screen><userinput>../&glibc-dir;/configure --prefix=/tools \
&nbsp;&nbsp;&nbsp;&nbsp;--disable-profile --enable-add-ons=linuxthreads \
-&nbsp;&nbsp;&nbsp;&nbsp;--with-headers=/tools/include \
-&nbsp;&nbsp;&nbsp;&nbsp;--with-binutils=/tools/bin \
+&nbsp;&nbsp;&nbsp;&nbsp;--with-binutils=/tools/bin --with-headers=/tools/include \
&nbsp;&nbsp;&nbsp;&nbsp;--without-gd --without-cvs</userinput></screen>
<para>The meaning of the configure options:</para>