diff options
Diffstat (limited to 'chapter05/glibc.xml')
-rw-r--r-- | chapter05/glibc.xml | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index 8fcd0a8b4..26db57d2d 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -74,11 +74,16 @@ esac</userinput></screen> <para>Next, prepare Glibc for compilation:</para> -<screen><userinput remap="configure">../glibc-&glibc-version;/configure --prefix=/tools \ - --host=$LFS_TGT --build=$(../glibc-&glibc-version;/scripts/config.guess) \ - --disable-profile --enable-add-ons \ - --enable-kernel=2.6.25 --with-headers=/tools/include \ - libc_cv_forced_unwind=yes libc_cv_c_cleanup=yes</userinput></screen> +<screen><userinput remap="configure">../glibc-&glibc-version;/configure \ + --prefix=/tools \ + --host=$LFS_TGT \ + --build=$(../glibc-&glibc-version;/scripts/config.guess) \ + --disable-profile \ + --enable-add-ons \ + --enable-kernel=2.6.25 \ + --with-headers=/tools/include \ + libc_cv_forced_unwind=yes \ + libc_cv_c_cleanup=yes</userinput></screen> <variablelist> <title>The meaning of the configure options:</title> |