mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Automatic merge of trunk into multilib
This commit is contained in:
commit
81f8f6e436
@ -44,6 +44,19 @@
|
|||||||
<listitem revision="sysv"> or <listitem revision="systemd"> as
|
<listitem revision="sysv"> or <listitem revision="systemd"> as
|
||||||
appropriate for the entry or if needed the entire day's listitem.
|
appropriate for the entry or if needed the entire day's listitem.
|
||||||
-->
|
-->
|
||||||
|
<listitem>
|
||||||
|
<para>2021-08-06</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[xry111] - Fix
|
||||||
|
<filename class="libraryfile">libasan.a</filename> building
|
||||||
|
GCC with Glibc-2.34. Addresses
|
||||||
|
<ulink url="https://wiki.linuxfromscratch.org/blfs/ticket/15350">
|
||||||
|
BLFS #15350</ulink>.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>2021-08-02</para>
|
<para>2021-08-02</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -41,6 +41,14 @@
|
|||||||
<sect2 role="installation">
|
<sect2 role="installation">
|
||||||
<title>Installation of GCC</title>
|
<title>Installation of GCC</title>
|
||||||
|
|
||||||
|
<para>At first, fix an issue breaking
|
||||||
|
<filename class="libraryfile">libasan.a</filename> building this package
|
||||||
|
with Glibc-2.34:</para>
|
||||||
|
|
||||||
|
<screen><userinput remap="pre">sed -e '/static.*SIGSTKSZ/d' \
|
||||||
|
-e 's/return kAltStackSize/return SIGSTKSZ * 4/' \
|
||||||
|
-i libsanitizer/sanitizer_common/sanitizer_posix_libcdep.cpp</userinput></screen>
|
||||||
|
|
||||||
<para>If building on x86_64, change the default directory name for 64-bit
|
<para>If building on x86_64, change the default directory name for 64-bit
|
||||||
libraries to <quote>lib</quote>:</para>
|
libraries to <quote>lib</quote>:</para>
|
||||||
|
|
||||||
@ -142,10 +150,6 @@ su tester -c "PATH=$PATH make -k check"</userinput></screen>
|
|||||||
<!-- https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101081 -->
|
<!-- https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101081 -->
|
||||||
<para>Eight tests related to analyzer are known to fail.</para>
|
<para>Eight tests related to analyzer are known to fail.</para>
|
||||||
|
|
||||||
<!-- https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101749 -->
|
|
||||||
<para>Seven tests related to <filename>pr59063-2.c</filename> are known
|
|
||||||
to fail.</para>
|
|
||||||
|
|
||||||
<!-- https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101751 -->
|
<!-- https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101751 -->
|
||||||
<para>One test named <filename>asan_test.C</filename> is known to
|
<para>One test named <filename>asan_test.C</filename> is known to
|
||||||
fail.</para>
|
fail.</para>
|
||||||
|
@ -57,8 +57,6 @@ echo "#define _IO_IN_BACKUP 0x100" >> lib/stdio-impl.h</userinput></screen>
|
|||||||
|
|
||||||
<screen><userinput remap="test">make check</userinput></screen>
|
<screen><userinput remap="test">make check</userinput></screen>
|
||||||
|
|
||||||
<para>One test, test-posix_spawn-script, is known to fail.</para>
|
|
||||||
|
|
||||||
<para>Install the package:</para>
|
<para>Install the package:</para>
|
||||||
|
|
||||||
<screen><userinput remap="install">make install</userinput></screen>
|
<screen><userinput remap="install">make install</userinput></screen>
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
Read the related entry in <xref linkend="pkgmgmt-upgrade-issues"/> for the
|
Read the related entry in <xref linkend="pkgmgmt-upgrade-issues"/> for the
|
||||||
rationale to use the <command>install</command> command here.</para>
|
rationale to use the <command>install</command> command here.</para>
|
||||||
|
|
||||||
<note><para>The linux loader's name is ld-linux-x86-64.so.2 on 64-bit systems
|
<note><para>The ELF loader's name is ld-linux-x86-64.so.2 on 64-bit systems
|
||||||
and ld-linux.so.2 on 32-bit systems. The contruct below selects the
|
and ld-linux.so.2 on 32-bit systems. The contruct below selects the
|
||||||
correct name for the current architecture.</para></note>
|
correct name for the current architecture.</para></note>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user