aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/glibc.xml
diff options
context:
space:
mode:
authorPierre Labastie <pieere@linuxfromscratch.org>2020-06-13 08:55:55 +0000
committerPierre Labastie <pieere@linuxfromscratch.org>2020-06-13 08:55:55 +0000
commit77d2cd8d437a6ba11e13ac0af109a887582e988b (patch)
tree485cafd860184d7a0fd87eedf50bfb3747ba42c7 /chapter05/glibc.xml
parentad15abd0c0eee1ed646e1de45a525c61d3508358 (diff)
- fix some gcc->GCC
- remove commented text in glibc (chap 5), and fix a directory location git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11934 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/glibc.xml')
-rw-r--r--chapter05/glibc.xml25
1 files changed, 4 insertions, 21 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml
index 6e14f0c7d..1b72b4e20 100644
--- a/chapter05/glibc.xml
+++ b/chapter05/glibc.xml
@@ -99,9 +99,10 @@ cd build</userinput></screen>
<varlistentry>
<term><parameter>--with-headers=$LFS/usr/include</parameter></term>
<listitem>
- <para>This tells Glibc to compile itself against the headers recently
- installed to the usr/include directory, so that it knows exactly what
- features the kernel has and can optimize itself accordingly.</para>
+ <para>This tells Glibc to compile itself against the headers
+ recently installed to the $LFS/usr/include directory, so that
+ it knows exactly what features the kernel has and can optimize
+ itself accordingly.</para>
</listitem>
</varlistentry>
@@ -112,24 +113,6 @@ cd build</userinput></screen>
of the default /lib64 on 64 bit machines.</para>
</listitem>
</varlistentry>
-<!--
- <varlistentry>
- <term><parameter>libc_cv_c_cleanup=yes</parameter></term>
- <listitem>
- <para>Similarly, we pass libc_cv_c_cleanup=yes through to the
- <command>configure</command> script so that the test is skipped and C
- cleanup handling support is configured.</para>
- </listitem>
- </varlistentry>
-
- <varlistentry>
- <term><parameter>libc_cv_ctors_header=yes</parameter></term>
- <listitem>
- <para>Similarly, we pass libc_cv_ctors_header=yes through to the
- <command>configure</command> script so that the test is skipped and
- gcc constructor support is configured.</para>
- </listitem>
- </varlistentry>-->
</variablelist>