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/arm64
This commit is contained in:
commit
6f6182a1b4
@ -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>
|
||||||
|
@ -139,8 +139,8 @@ cd build</userinput></screen>
|
|||||||
code patterns. As a precaution for the host distros with a tight stack
|
code patterns. As a precaution for the host distros with a tight stack
|
||||||
limit, explicitly set the stack size hard limit to infinite.
|
limit, explicitly set the stack size hard limit to infinite.
|
||||||
On most host distros (and the final LFS system) the hard limit is
|
On most host distros (and the final LFS system) the hard limit is
|
||||||
infinite by default, but there's no harm to set it explicitly anyway.
|
infinite by default, but there is no harm done by setting it explicitly.
|
||||||
It's not needed to change the stack size soft limit because GCC will
|
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
|
automatically set it to an appropriate value, as long as the value does
|
||||||
not exceed the hard limit:</para>
|
not exceed the hard limit:</para>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user