mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
Automatic merge of trunk into multilib
This commit is contained in:
commit
48ac979ab4
@ -93,8 +93,11 @@
|
|||||||
<para>The reason for the kernel version requirement is that we specify
|
<para>The reason for the kernel version requirement is that we specify
|
||||||
that version when building <application>glibc</application> in
|
that version when building <application>glibc</application> in
|
||||||
<xref linkend="chapter-cross-tools"/> and
|
<xref linkend="chapter-cross-tools"/> and
|
||||||
<xref linkend="chapter-building-system"/>,
|
<xref linkend="chapter-building-system"/>, so the workarounds for
|
||||||
at the recommendation of the developers.</para>
|
older kernels are not enabled and the compiled
|
||||||
|
<application>glibc</application> is slightly faster and smaller.
|
||||||
|
As at June 2023, &min-kernel; is the oldest kernel release still
|
||||||
|
supported by the kernel developers.</para>
|
||||||
|
|
||||||
<para>If the host kernel is earlier than &min-kernel; you will need to replace
|
<para>If the host kernel is earlier than &min-kernel; you will need to replace
|
||||||
the kernel with a more up-to-date version. There are two ways
|
the kernel with a more up-to-date version. There are two ways
|
||||||
|
@ -92,7 +92,7 @@ cd build</userinput></screen>
|
|||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--host=$LFS_TGT \
|
--host=$LFS_TGT \
|
||||||
--build=$(../scripts/config.guess) \
|
--build=$(../scripts/config.guess) \
|
||||||
--enable-kernel=&min-kernel; \
|
--enable-kernel=&min-kernel; \
|
||||||
--with-headers=$LFS/usr/include \
|
--with-headers=$LFS/usr/include \
|
||||||
libc_cv_slibdir=/usr/lib</userinput></screen>
|
libc_cv_slibdir=/usr/lib</userinput></screen>
|
||||||
<screen arch="ml_32,ml_x32,ml_all"><userinput remap="configure">../configure \
|
<screen arch="ml_32,ml_x32,ml_all"><userinput remap="configure">../configure \
|
||||||
|
@ -76,7 +76,7 @@ cd build</userinput></screen>
|
|||||||
|
|
||||||
<screen arch="default"><userinput remap="configure">../configure --prefix=/usr \
|
<screen arch="default"><userinput remap="configure">../configure --prefix=/usr \
|
||||||
--disable-werror \
|
--disable-werror \
|
||||||
--enable-kernel=&min-kernel; \
|
--enable-kernel=&min-kernel; \
|
||||||
--enable-stack-protector=strong \
|
--enable-stack-protector=strong \
|
||||||
--with-headers=/usr/include \
|
--with-headers=/usr/include \
|
||||||
libc_cv_slibdir=/usr/lib</userinput></screen>
|
libc_cv_slibdir=/usr/lib</userinput></screen>
|
||||||
|
@ -91,7 +91,11 @@
|
|||||||
<!ENTITY livecd-root "&lfs-root;livecd/">
|
<!ENTITY livecd-root "&lfs-root;livecd/">
|
||||||
<!ENTITY test-results "&lfs-root;lfs/build-logs/&generic-version;/">
|
<!ENTITY test-results "&lfs-root;lfs/build-logs/&generic-version;/">
|
||||||
<!ENTITY secadv "&lfs-root;lfs/advisories/">
|
<!ENTITY secadv "&lfs-root;lfs/advisories/">
|
||||||
|
|
||||||
|
<!-- 4.14 EOL is Jan 2024
|
||||||
|
so for LFS 11.5 we may consider moving to 4.19 -->
|
||||||
<!ENTITY min-kernel "4.14">
|
<!ENTITY min-kernel "4.14">
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
<!ENTITY patches-rootd "&lfs-root;patches/lfs/&generic-versiond;/">
|
<!ENTITY patches-rootd "&lfs-root;patches/lfs/&generic-versiond;/">
|
||||||
<!ENTITY downloads-rootd "&lfs-root;lfs/downloads/&generic-versiond;/">
|
<!ENTITY downloads-rootd "&lfs-root;lfs/downloads/&generic-versiond;/">
|
||||||
|
Loading…
Reference in New Issue
Block a user