Ignore:
Timestamp:
07/03/2023 10:32:48 AM (15 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/loongarch-12.2
Children:
1309e0e
Parents:
04ab6d0f (diff), c273fc81 (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

    r04ab6d0f r6167e6b  
    9898    --disable-libgomp                              \
    9999    --disable-libquadmath                          \
     100    --disable-libsanitizer                         \
    100101    --disable-libssp                               \
    101102    --disable-libvtv                               \
     
    145146      </varlistentry>
    146147
     148      <varlistentry>
     149        <term><parameter>--disable-libsanitizer</parameter></term>
     150        <listitem>
     151          <para>Disable GCC sanitizer runtime libraries.  They are not
     152          needed for the temporary installation.  This switch is necessary
     153          to build GCC without
     154          <systemitem class='library'>libcrypt</systemitem> installed for
     155          the target.  In <xref linkend='ch-tools-gcc-pass1'/> it was
     156          implied by <parameter>--disable-libstdcxx</parameter>, but now we
     157          have to explicitly pass it.</para>
     158        </listitem>
     159      </varlistentry>
     160
    147161    </variablelist>
    148162
Note: See TracChangeset for help on using the changeset viewer.