Changeset b870799 for chapter06


Ignore:
Timestamp:
07/03/2023 10:30:16 PM (15 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib, xry111/multilib
Children:
51f6a99
Parents:
ac3fcdb1 (diff), 337b9c8 (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:

Automatic merge of trunk into multilib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/gcc-pass2.xml

    rac3fcdb1 rb870799  
    105105    --disable-libgomp                              \
    106106    --disable-libquadmath                          \
     107    --disable-libsanitizer                         \
    107108    --disable-libssp                               \
    108109    --disable-libvtv                               \
     
    177178      </varlistentry>
    178179
     180      <varlistentry>
     181        <term><parameter>--disable-libsanitizer</parameter></term>
     182        <listitem>
     183          <para>Disable GCC sanitizer runtime libraries.  They are not
     184          needed for the temporary installation.  This switch is necessary
     185          to build GCC without
     186          <systemitem class='library'>libcrypt</systemitem> installed for
     187          the target.  In <xref linkend='ch-tools-gcc-pass1'/> it was
     188          implied by <parameter>--disable-libstdcxx</parameter>, but now we
     189          have to explicitly pass it.</para>
     190        </listitem>
     191      </varlistentry>
     192
    179193    </variablelist>
    180194
Note: See TracChangeset for help on using the changeset viewer.