Ignore:
Timestamp:
07/01/2024 06:59:19 AM (3 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
2b63974
Parents:
fe48a03 (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/clfs-ng

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/gcc-pass2.xml

    rfe48a03 re4b4c5a0  
    123123          target libraries (<filename class="libraryfile">libgcc</filename>
    124124          and <filename class="libraryfile">libstdc++</filename>) with the
    125           previously compiled GCC binaries&mdash;those binaries won't run on the
    126           host.  The GCC build system will attempt to use the host's
     125          GCC binaries compiled in this pass&mdash;those binaries won't run
     126          on the host.  The GCC build system will attempt to use the host's
    127127          C and C++ compilers as a workaround by default.
    128128          Building the GCC target libraries with a different
     
    148148        <listitem>
    149149          <para>Disable GCC sanitizer runtime libraries.  They are not
    150           needed for the temporary installation.  This switch is necessary
    151           to build GCC without
    152           <systemitem class='library'>libcrypt</systemitem> installed for
    153           the target.  In <xref linkend='ch-tools-gcc-pass1'/> it was
    154           implied by <parameter>--disable-libstdcxx</parameter>, but now we
    155           have to explicitly pass it.</para>
     150          needed for the temporary installation.  In
     151          <xref linkend='ch-tools-gcc-pass1'/> it was implied by
     152          <parameter>--disable-libstdcxx</parameter>, and now we can
     153          explicitly pass it.</para>
    156154        </listitem>
    157155      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.