Ignore:
Timestamp:
08/02/2024 09:44:22 AM (7 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/loongarch, xry111/loongarch-12.2
Children:
e7eaa1e
Parents:
7c1451f (diff), 5ff15e6 (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/loongarch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/gcc-pass2.xml

    r7c1451f r479d3bc  
    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>
Note: See TracChangeset for help on using the changeset viewer.