aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/glibc.xml20
1 files changed, 10 insertions, 10 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml
index bd068167d..40ac97a0d 100644
--- a/chapter05/glibc.xml
+++ b/chapter05/glibc.xml
@@ -55,16 +55,16 @@ cd build</userinput></screen>
<para>Next, prepare Glibc for compilation:</para>
-<screen><userinput remap="configure">../configure \
- --prefix=/tools \
- --host=$LFS_TGT \
- --build=$(../scripts/config.guess) \
- --disable-profile \
- --enable-kernel=&min-kernel; \
- --enable-obsolete-rpc \
- --with-headers=/tools/include \
- libc_cv_forced_unwind=yes \
- libc_cv_ctors_header=yes \
+<screen><userinput remap="configure">../configure \
+ --prefix=/tools \
+ --host=$LFS_TGT \
+ --build=$(../scripts/config.guess) \
+ --disable-profile \
+ --enable-kernel=&min-kernel; \
+ --enable-obsolete-rpc \
+ --with-headers=/tools/include \
+ libc_cv_forced_unwind=yes \
+ libc_cv_ctors_header=yes \
libc_cv_c_cleanup=yes</userinput></screen>
<variablelist>