Automatic merge of trunk into multilib

This commit is contained in:
Thomas Trepl 2024-05-16 00:30:22 +02:00
commit 91133168e0
2 changed files with 6 additions and 8 deletions

View File

@ -935,7 +935,7 @@
<segtitle>&dependencies;</segtitle> <segtitle>&dependencies;</segtitle>
<seglistitem> <seglistitem>
<seg>Bash, Binutils, Coreutils, Diffutils, Findutils, Gawk, GCC, <seg>Bash, Binutils, Coreutils, Diffutils, Findutils, Gawk, GCC,
Gettext, Glibc, GMP, Grep, Libxcrypt, M4, Make, MPC, MPFR, Patch, Gettext, Glibc, GMP, Grep, M4, Make, MPC, MPFR, Patch,
Perl, Sed, Tar, Texinfo, and Zstd</seg> Perl, Sed, Tar, Texinfo, and Zstd</seg>
</seglistitem> </seglistitem>
</segmentedlist> </segmentedlist>
@ -1887,7 +1887,7 @@
<segmentedlist id="libxcrypt-before"> <segmentedlist id="libxcrypt-before">
<segtitle>&before;</segtitle> <segtitle>&before;</segtitle>
<seglistitem> <seglistitem>
<seg>GCC, Perl, Python, Shadow, and &systemd-udev;</seg> <seg>Perl, Python, Shadow, and &systemd-udev;</seg>
</seglistitem> </seglistitem>
</segmentedlist> </segmentedlist>

View File

@ -179,12 +179,10 @@ cd build</userinput></screen>
<term><parameter>--disable-libsanitizer</parameter></term> <term><parameter>--disable-libsanitizer</parameter></term>
<listitem> <listitem>
<para>Disable GCC sanitizer runtime libraries. They are not <para>Disable GCC sanitizer runtime libraries. They are not
needed for the temporary installation. This switch is necessary needed for the temporary installation. In
to build GCC without <xref linkend='ch-tools-gcc-pass1'/> it was implied by
<systemitem class='library'>libcrypt</systemitem> installed for <parameter>--disable-libstdcxx</parameter>, and now we can
the target. In <xref linkend='ch-tools-gcc-pass1'/> it was explicitly pass it.</para>
implied by <parameter>--disable-libstdcxx</parameter>, but now we
have to explicitly pass it.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>