Automatic merge of trunk into multilib

This commit is contained in:
Thomas Trepl 2024-08-19 12:24:36 +02:00
commit 75b797bbe7
2 changed files with 5 additions and 7 deletions

View File

@ -301,9 +301,6 @@
<listitem> <listitem>
<para>bash-5.2.21-upstream_fixes-1.patch</para> <para>bash-5.2.21-upstream_fixes-1.patch</para>
</listitem> </listitem>
<listitem>
<para>glibc-2.39-upstream_fix-1.patch</para>
</listitem>
<listitem> <listitem>
<para>readline-8.2-upstream_fixes-3.patch</para> <para>readline-8.2-upstream_fixes-3.patch</para>
</listitem> </listitem>

View File

@ -168,10 +168,11 @@ cd build</userinput></screen>
<term><parameter>LDFLAGS_FOR_TARGET=...</parameter></term> <term><parameter>LDFLAGS_FOR_TARGET=...</parameter></term>
<listitem> <listitem>
<para>Allow <filename class="libraryfile">libstdc++</filename> to <para>Allow <filename class="libraryfile">libstdc++</filename> to
use the shared <filename class="libraryfile">libgcc</filename> being use the <filename class="libraryfile">libgcc</filename> being
built in this pass, instead of the static version that was built in GCC built in this pass, instead of the previous version built in
pass 1. This is necessary to support C++ exception <xref linkend='ch-tools-gcc-pass1'/>. The previous version cannot
handling.</para> properly support C++ exception handling because it was built
without libc support.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>