Changeset 0f18f2b


Ignore:
Timestamp:
06/05/2023 03:20:48 PM (11 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.0, 12.0-rc1, 12.1, 12.1-rc1, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/update-glibc
Children:
48ac979, 4e28354, 6256b16, ed9b087
Parents:
5e7593e
Message:

housekeeping after min-kernel bump

Update the rationale for min-kernel in hostreqs. Add a note in
general.ent about the EOL of current min-kernel. Realign the
backslashes in glibc instructions.

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter02/hostreqs.xml

    r5e7593e r0f18f2b  
    9494      that version when building <application>glibc</application> in
    9595      <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>
    98101
    99102      <para>If the host kernel is earlier than &min-kernel; you will need to replace
  • chapter05/glibc.xml

    r5e7593e r0f18f2b  
    9090      --host=$LFS_TGT                    \
    9191      --build=$(../scripts/config.guess) \
    92       --enable-kernel=&min-kernel;                \
     92      --enable-kernel=&min-kernel;               \
    9393      --with-headers=$LFS/usr/include    \
    9494      libc_cv_slibdir=/usr/lib</userinput></screen>
  • chapter08/glibc.xml

    r5e7593e r0f18f2b  
    7777<screen><userinput remap="configure">../configure --prefix=/usr                            \
    7878             --disable-werror                         \
    79              --enable-kernel=&min-kernel;                      \
     79             --enable-kernel=&min-kernel;                     \
    8080             --enable-stack-protector=strong          \
    8181             --with-headers=/usr/include              \
  • general.ent

    r5e7593e r0f18f2b  
    9292<!ENTITY test-results    "&lfs-root;lfs/build-logs/&generic-version;/">
    9393<!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 -->
    9497<!ENTITY min-kernel      "4.14">
     98
    9599<!--
    96100<!ENTITY patches-rootd   "&lfs-root;patches/lfs/&generic-versiond;/">
Note: See TracChangeset for help on using the changeset viewer.