Changeset 0f18f2b
- Timestamp:
- 06/05/2023 03:20:48 PM (4 months ago)
- Branches:
- 12.0, 12.0-rc1, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/parallelism
- Children:
- 48ac979, 4e28354, 6256b16, ed9b087
- Parents:
- 5e7593e
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter02/hostreqs.xml
r5e7593e r0f18f2b 94 94 that version when building <application>glibc</application> in 95 95 <xref linkend="chapter-cross-tools"/> and 96 <xref linkend="chapter-building-system"/>, 97 at the recommendation of the developers.</para> 96 <xref linkend="chapter-building-system"/>, so the workarounds for 97 older kernels are not enabled and the compiled 98 <application>glibc</application> is slightly faster and smaller. 99 As at June 2023, &min-kernel; is the oldest kernel release still 100 supported by the kernel developers.</para> 98 101 99 102 <para>If the host kernel is earlier than &min-kernel; you will need to replace -
chapter05/glibc.xml
r5e7593e r0f18f2b 90 90 --host=$LFS_TGT \ 91 91 --build=$(../scripts/config.guess) \ 92 --enable-kernel=&min-kernel; 92 --enable-kernel=&min-kernel; \ 93 93 --with-headers=$LFS/usr/include \ 94 94 libc_cv_slibdir=/usr/lib</userinput></screen> -
chapter08/glibc.xml
r5e7593e r0f18f2b 77 77 <screen><userinput remap="configure">../configure --prefix=/usr \ 78 78 --disable-werror \ 79 --enable-kernel=&min-kernel; 79 --enable-kernel=&min-kernel; \ 80 80 --enable-stack-protector=strong \ 81 81 --with-headers=/usr/include \ -
general.ent
r5e7593e r0f18f2b 92 92 <!ENTITY test-results "&lfs-root;lfs/build-logs/&generic-version;/"> 93 93 <!ENTITY secadv "&lfs-root;lfs/advisories/"> 94 95 <!-- 4.14 EOL is Jan 2024 96 so for LFS 11.5 we may consider moving to 4.19 --> 94 97 <!ENTITY min-kernel "4.14"> 98 95 99 <!-- 96 100 <!ENTITY patches-rootd "&lfs-root;patches/lfs/&generic-versiond;/">
Note:
See TracChangeset
for help on using the changeset viewer.