Ignore:
Timestamp:
06/13/2020 08:55:55 AM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
aea20b5
Parents:
ad15abd
Message:
  • 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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/glibc.xml

    rad15abd r77d2cd8d  
    100100        <term><parameter>--with-headers=$LFS/usr/include</parameter></term>
    101101        <listitem>
    102           <para>This tells Glibc to compile itself against the headers recently
    103           installed to the usr/include directory, so that it knows exactly what
    104           features the kernel has and can optimize itself accordingly.</para>
     102          <para>This tells Glibc to compile itself against the headers
     103          recently installed to the $LFS/usr/include directory, so that
     104          it knows exactly what features the kernel has and can optimize
     105          itself accordingly.</para>
    105106        </listitem>
    106107      </varlistentry>
     
    113114        </listitem>
    114115      </varlistentry>
    115 <!--
    116       <varlistentry>
    117         <term><parameter>libc_cv_c_cleanup=yes</parameter></term>
    118         <listitem>
    119           <para>Similarly, we pass libc_cv_c_cleanup=yes through to the
    120           <command>configure</command> script so that the test is skipped and C
    121           cleanup handling support is configured.</para>
    122         </listitem>
    123       </varlistentry>
    124 
    125       <varlistentry>
    126         <term><parameter>libc_cv_ctors_header=yes</parameter></term>
    127         <listitem>
    128           <para>Similarly, we pass libc_cv_ctors_header=yes through to the
    129           <command>configure</command> script so that the test is skipped and
    130           gcc constructor support is configured.</para>
    131         </listitem>
    132       </varlistentry>-->
    133116
    134117    </variablelist>
Note: See TracChangeset for help on using the changeset viewer.