Changeset 5f555ba for chapter06


Ignore:
Timestamp:
07/03/2023 11:53:28 AM (15 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/arm64, xry111/arm64-12.0
Children:
9a5dab1
Parents:
0eb03e9d (diff), f4313a7 (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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/gcc-pass2.xml

    r0eb03e9d r5f555ba  
    9494    --disable-libgomp                              \
    9595    --disable-libquadmath                          \
     96    --disable-libsanitizer                         \
    9697    --disable-libssp                               \
    9798    --disable-libvtv                               \
     
    141142      </varlistentry>
    142143
     144      <varlistentry>
     145        <term><parameter>--disable-libsanitizer</parameter></term>
     146        <listitem>
     147          <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>
     154        </listitem>
     155      </varlistentry>
     156
    143157    </variablelist>
    144158
Note: See TracChangeset for help on using the changeset viewer.