Changeset bdcc868 for chapter06


Ignore:
Timestamp:
07/01/2024 07:01:53 AM (2 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/arm64
Children:
fd4bf9d
Parents:
2324b83 (diff), 201aa93 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge remote-tracking branch 'origin/trunk' into xry111/arm64

Location:
chapter06
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter06/gcc-pass2.xml

    r2324b83 rbdcc868  
    121121          target libraries (<filename class="libraryfile">libgcc</filename>
    122122          and <filename class="libraryfile">libstdc++</filename>) with the
    123           previously compiled GCC binaries&mdash;those binaries won't run on the
    124           host.  The GCC build system will attempt to use the host's
     123          GCC binaries compiled in this pass&mdash;those binaries won't run
     124          on the host.  The GCC build system will attempt to use the host's
    125125          C and C++ compilers as a workaround by default.
    126126          Building the GCC target libraries with a different
     
    146146        <listitem>
    147147          <para>Disable GCC sanitizer runtime libraries.  They are not
    148           needed for the temporary installation.  This switch is necessary
    149           to build GCC without
    150           <systemitem class='library'>libcrypt</systemitem> installed for
    151           the target.  In <xref linkend='ch-tools-gcc-pass1'/> it was
    152           implied by <parameter>--disable-libstdcxx</parameter>, but now we
    153           have to explicitly pass it.</para>
     148          needed for the temporary installation.  In
     149          <xref linkend='ch-tools-gcc-pass1'/> it was implied by
     150          <parameter>--disable-libstdcxx</parameter>, and now we can
     151          explicitly pass it.</para>
    154152        </listitem>
    155153      </varlistentry>
  • chapter06/introduction.xml

    r2324b83 rbdcc868  
    2727  This whole chapter must be done as user <systemitem
    2828  class="username">lfs</systemitem>, with the environment as described in
    29   <xref linkend="ch-preps-settingenviron"/>.</para>
     29  <xref linkend="ch-preps-settingenviron" role='.'/></para>
    3030
    3131</sect1>
Note: See TracChangeset for help on using the changeset viewer.