mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk
This commit is contained in:
commit
7e7600de9e
@ -93,8 +93,11 @@
|
||||
<para>The reason for the kernel version requirement is that we specify
|
||||
that version when building <application>glibc</application> in
|
||||
<xref linkend="chapter-cross-tools"/> and
|
||||
<xref linkend="chapter-building-system"/>,
|
||||
at the recommendation of the developers.</para>
|
||||
<xref linkend="chapter-building-system"/>, so the workarounds for
|
||||
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
|
||||
the kernel with a more up-to-date version. There are two ways
|
||||
|
@ -89,7 +89,7 @@ cd build</userinput></screen>
|
||||
--prefix=/usr \
|
||||
--host=$LFS_TGT \
|
||||
--build=$(../scripts/config.guess) \
|
||||
--enable-kernel=&min-kernel; \
|
||||
--enable-kernel=&min-kernel; \
|
||||
--with-headers=$LFS/usr/include \
|
||||
libc_cv_slibdir=/usr/lib</userinput></screen>
|
||||
|
||||
|
@ -76,7 +76,7 @@ cd build</userinput></screen>
|
||||
|
||||
<screen><userinput remap="configure">../configure --prefix=/usr \
|
||||
--disable-werror \
|
||||
--enable-kernel=&min-kernel; \
|
||||
--enable-kernel=&min-kernel; \
|
||||
--enable-stack-protector=strong \
|
||||
--with-headers=/usr/include \
|
||||
libc_cv_slibdir=/usr/lib</userinput></screen>
|
||||
|
@ -86,12 +86,12 @@
|
||||
</listitem>
|
||||
|
||||
<listitem><para>If a package is (directly or indirectly) linked to both
|
||||
the old and new versions of a shared library (for example, the package
|
||||
the old and new names of a shared library (for example, the package
|
||||
links to both <filename class='libraryfile'>libfoo.so.2</filename> and
|
||||
<filename class='libraryfile'>libbar.so.1</filename>, while the latter
|
||||
links to <filename class='libraryfile'>libfoo.so.3</filename>), the
|
||||
package may malfunction because the different revisions of the shared
|
||||
library present conflicting locations for some symbol names. This can be
|
||||
library present incompatible definitions for some symbol names. This can be
|
||||
caused by recompiling some, but not all, of the packages linked to the
|
||||
old shared library after the package providing the shared library is
|
||||
upgraded. To avoid the issue, users will need to rebuild every package
|
||||
|
@ -169,23 +169,24 @@ General architecture-dependent options --->
|
||||
[*] Enable seccomp to safely compute untrusted bytecode [CONFIG_SECCOMP]
|
||||
[*] Stack Protector buffer overflow detection [CONFIG_STACKPROTECTOR]
|
||||
[*] Strong Stack Protector [CONFIG_STACKPROTECTOR_STRONG]
|
||||
Networking support --->
|
||||
Networking options --->
|
||||
<*> The IPv6 protocol [CONFIG_IPV6]
|
||||
[*] Networking support ---> [CONFIG_NET]
|
||||
Networking options --->
|
||||
[*] TCP/IP networking [CONFIG_INET]
|
||||
<*> The IPv6 protocol [CONFIG_IPV6]
|
||||
Device Drivers --->
|
||||
Generic Driver Options --->
|
||||
[ ] Support for uevent helper [CONFIG_UEVENT_HELPER]
|
||||
[*] Maintain a devtmpfs filesystem to mount at /dev [CONFIG_DEVTMPFS]
|
||||
[*] Automount devtmpfs at /dev, after the kernel mounted the rootfs [CONFIG_DEVTMPFS_MOUNT]
|
||||
Firmware Loader --->
|
||||
[ ] Enable the firmware sysfs fallback mechanism [CONFIG_FW_LOADER_USER_HELPER]
|
||||
Firmware Drivers --->
|
||||
[*] Export DMI identification via sysfs to userspace [CONFIG_DMIID]
|
||||
Graphics support --->
|
||||
Frame buffer Devices --->
|
||||
<*> Support for frame buffer devices --->
|
||||
Console display driver support --->
|
||||
[*] Framebuffer Console support [CONFIG_FRAMEBUFFER_CONSOLE]
|
||||
Generic Driver Options --->
|
||||
[ ] Support for uevent helper [CONFIG_UEVENT_HELPER]
|
||||
[*] Maintain a devtmpfs filesystem to mount at /dev [CONFIG_DEVTMPFS]
|
||||
[*] Automount devtmpfs at /dev, after the kernel mounted the rootfs [CONFIG_DEVTMPFS_MOUNT]
|
||||
Firmware Loader --->
|
||||
[ ] Enable the firmware sysfs fallback mechanism [CONFIG_FW_LOADER_USER_HELPER]
|
||||
Firmware Drivers --->
|
||||
[*] Export DMI identification via sysfs to userspace [CONFIG_DMIID]
|
||||
Graphics support --->
|
||||
Frame buffer Devices --->
|
||||
<*> Support for frame buffer devices --->
|
||||
Console display driver support --->
|
||||
[*] Framebuffer Console support [CONFIG_FRAMEBUFFER_CONSOLE]
|
||||
File systems --->
|
||||
[*] Inotify support for userspace [CONFIG_INOTIFY_USER]
|
||||
Pseudo filesystems --->
|
||||
|
@ -91,7 +91,11 @@
|
||||
<!ENTITY livecd-root "&lfs-root;livecd/">
|
||||
<!ENTITY test-results "&lfs-root;lfs/build-logs/&generic-version;/">
|
||||
<!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 patches-rootd "&lfs-root;patches/lfs/&generic-versiond;/">
|
||||
<!ENTITY downloads-rootd "&lfs-root;lfs/downloads/&generic-versiond;/">
|
||||
|
Loading…
Reference in New Issue
Block a user