Merge branch 'trunk' into multilib

This commit is contained in:
Thomas Trepl 2025-05-23 06:46:09 +02:00
commit 9fb5c6d8c0
3 changed files with 10 additions and 12 deletions

View File

@ -93,9 +93,9 @@ cd build</userinput></screen>
--prefix=/usr \
--host=$LFS_TGT \
--build=$(../scripts/config.guess) \
--enable-kernel=&min-kernel; \
--disable-nscd \
libc_cv_slibdir=/usr/lib</userinput></screen>
libc_cv_slibdir=/usr/lib \
--enable-kernel=&min-kernel;</userinput></screen>
<variablelist>
<title>The meaning of the configure options:</title>

View File

@ -71,9 +71,9 @@ cd build</userinput></screen>
<screen><userinput remap="configure">../configure --prefix=/usr \
--disable-werror \
--disable-nscd \
--enable-kernel=&min-kernel;\
libc_cv_slibdir=/usr/lib \
--enable-stack-protector=strong</userinput></screen>
--enable-stack-protector=strong \
--enable-kernel=&min-kernel;</userinput></screen>
<variablelist>
<title>The meaning of the configure options:</title>

View File

@ -96,9 +96,7 @@
<!ENTITY secadv "&lfs-root;lfs/advisories/">
<!-- 5.4 EOL is Dec 2025
so for LFS 12.5 we may consider moving to 5.10.
Keep an extra whitespace here to align the trailing "\" in glibc
configure command if y < 10 in x.y. -->
so for LFS 12.5 we may consider moving to 5.10. -->
<!ENTITY min-kernel "5.4">
<!--