aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/glibc.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/glibc.xml')
-rw-r--r--chapter05/glibc.xml14
1 files changed, 6 insertions, 8 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml
index bdb931a90..63000bf70 100644
--- a/chapter05/glibc.xml
+++ b/chapter05/glibc.xml
@@ -59,9 +59,7 @@ cd build</userinput></screen>
--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 \
@@ -78,15 +76,15 @@ cd build</userinput></screen>
cross-compiler in <filename class="directory">/tools</filename>.</para>
</listitem>
</varlistentry>
-
+<!--
<varlistentry>
- <term><parameter>--disable-profile</parameter></term>
+ <term><parameter>- -disable-profile</parameter></term>
<listitem>
<para>This builds the libraries without profiling information. Omit
this option if profiling on the temporary tools is necessary.</para>
</listitem>
</varlistentry>
-
+-->
<varlistentry>
<term><parameter>--enable-kernel=&min-kernel;</parameter></term>
<listitem>
@@ -95,16 +93,16 @@ cd build</userinput></screen>
kernels are not enabled.</para>
</listitem>
</varlistentry>
-
+<!--
<varlistentry>
- <term><parameter>--enable-obsolete-rpc</parameter></term>
+ <term><parameter>- -enable-obsolete-rpc</parameter></term>
<listitem>
<para>This installs NIS and RPC related headers that are not
installed by default. They are required to build GCC and by
several BLFS packages.</para>
</listitem>
</varlistentry>
-
+-->
<varlistentry>
<term><parameter>--with-headers=/tools/include</parameter></term>
<listitem>