mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 11:49:20 +01:00
Merge remote-tracking branch 'origin/trunk' into xry111/loongarch
This commit is contained in:
commit
c2fa5fc088
@ -40,7 +40,7 @@
|
|||||||
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>
|
<listitem revision='sysv'>
|
||||||
<para>2024-08-23</para>
|
<para>2024-08-23</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -50,7 +50,7 @@
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem revision='sysv'>
|
||||||
<para>2024-08-23</para>
|
<para>2024-08-23</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -174,7 +174,7 @@
|
|||||||
<para>[bdubbs] - Update to setuptools-72.1.0. Fixes
|
<para>[bdubbs] - Update to setuptools-72.1.0. Fixes
|
||||||
<ulink url='&lfs-ticket-root;5531'>#5531</ulink>.</para>
|
<ulink url='&lfs-ticket-root;5531'>#5531</ulink>.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem revision='sysv'>
|
||||||
<para>[bdubbs] - Update to sysklogd-2.6.1. Fixes
|
<para>[bdubbs] - Update to sysklogd-2.6.1. Fixes
|
||||||
<ulink url='&lfs-ticket-root;5522'>#5522</ulink>.</para>
|
<ulink url='&lfs-ticket-root;5522'>#5522</ulink>.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
@ -231,7 +231,7 @@
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem revision='sysv'>
|
||||||
<para>2024-07-01</para>
|
<para>2024-07-01</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -260,7 +260,7 @@
|
|||||||
<para>[bdubbs] - Update to linux-6.9.7. Fixes
|
<para>[bdubbs] - Update to linux-6.9.7. Fixes
|
||||||
<ulink url='&lfs-ticket-root;5508'>#5508</ulink>.</para>
|
<ulink url='&lfs-ticket-root;5508'>#5508</ulink>.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem revision='sysv'>
|
||||||
<para>[bdubbs] - Update to sysklogd-2.5.2. Fixes
|
<para>[bdubbs] - Update to sysklogd-2.5.2. Fixes
|
||||||
<ulink url='&lfs-ticket-root;5509'>#5509</ulink>.</para>
|
<ulink url='&lfs-ticket-root;5509'>#5509</ulink>.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
@ -135,10 +135,16 @@ cd build</userinput></screen>
|
|||||||
command below, where x is the number of CPU cores on your system.</para>
|
command below, where x is the number of CPU cores on your system.</para>
|
||||||
</important>
|
</important>
|
||||||
|
|
||||||
<para>One set of tests in the GCC test suite is known to exhaust the default
|
<para>GCC may need more stack space compiling some extremely complex
|
||||||
stack, so increase the stack size prior to running the tests:</para>
|
code patterns. As a precaution for the host distros with a tight stack
|
||||||
|
limit, explicitly set the stack size hard limit to infinite.
|
||||||
|
On most host distros (and the final LFS system) the hard limit is
|
||||||
|
infinite by default, but there is no harm done by setting it explicitly.
|
||||||
|
It's not necessary to change the stack size soft limit because GCC will
|
||||||
|
automatically set it to an appropriate value, as long as the value does
|
||||||
|
not exceed the hard limit:</para>
|
||||||
|
|
||||||
<screen><userinput remap="test">ulimit -s 32768</userinput></screen>
|
<screen><userinput remap="test">ulimit -s -H unlimited</userinput></screen>
|
||||||
|
|
||||||
<para>Now remove/fix several known test failures:</para>
|
<para>Now remove/fix several known test failures:</para>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user