Changeset d58da4b for chapter06


Ignore:
Timestamp:
07/25/2023 03:54:43 AM (15 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
2df066c9
Parents:
7b7733d (diff), 91aeb6f (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 branch 'trunk' into xry111/clfs-ng

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/gcc-pass2.xml

    r7b7733d rd58da4b  
    9696    --disable-libgomp                              \
    9797    --disable-libquadmath                          \
     98    --disable-libsanitizer                         \
    9899    --disable-libssp                               \
    99100    --disable-libvtv                               \
     
    143144      </varlistentry>
    144145
     146      <varlistentry>
     147        <term><parameter>--disable-libsanitizer</parameter></term>
     148        <listitem>
     149          <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>
     156        </listitem>
     157      </varlistentry>
     158
    145159    </variablelist>
    146160
Note: See TracChangeset for help on using the changeset viewer.