Ignore:
Timestamp:
06/19/2020 08:13:06 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:
3543e03
Parents:
8072d3d
Message:

Various text fixes:

  • a wrong chapter in toolchain notes, and various text precisions

the option explanations of chapter 8 glibc (was labelled WIP)

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11961 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • part3intro/toolchaintechnotes.xml

    r8072d3d rc68e018  
    310310
    311311    <para>As said above, the standard C++ library is compiled next, followed in
    312     <xref linkend="chapter-cross-tools"/> by all the programs that need
    313     themselves to be built. The install
    314     step of libstdc++ uses the <envar>DESTDIR</envar> variable to have the
     312    <xref linkend="chapter-temporary-tools"/> by all the programs that need
     313    themselves to be built. The install step of all those packages uses the
     314    <envar>DESTDIR</envar> variable to have the
    315315    programs land into the LFS filesystem.</para>
    316316
    317     <para>In <xref linkend="chapter-temporary-tools"/> the native lfs
    318     compiler is built. First binutils-pass2,
    319     with the same <envar>DESTDIR</envar> install as the other programs is
    320     built, and then the second pass of GCC is constructed, omitting libstdc++
     317    <para>At the end of <xref linkend="chapter-temporary-tools"/> the native
     318    lfs compiler is installed. First binutils-pass2 is built,
     319    with the same <envar>DESTDIR</envar> install as the other programs,
     320    then the second pass of GCC is constructed, omitting libstdc++
    321321    and other non-important libraries.  Due to some weird logic in GCC's
    322322    configure script, <envar>CC_FOR_TARGET</envar> ends up as
Note: See TracChangeset for help on using the changeset viewer.