Changeset 48ac979


Ignore:
Timestamp:
06/05/2023 10:30:09 PM (11 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib
Children:
165314a
Parents:
5e61857 (diff), 0f18f2b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Automatic merge of trunk into multilib

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter02/hostreqs.xml

    r5e61857 r48ac979  
    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

    r5e61857 r48ac979  
    9393      --host=$LFS_TGT                    \
    9494      --build=$(../scripts/config.guess) \
    95       --enable-kernel=&min-kernel;                \
     95      --enable-kernel=&min-kernel;               \
    9696      --with-headers=$LFS/usr/include    \
    9797      libc_cv_slibdir=/usr/lib</userinput></screen>
  • chapter08/glibc.xml

    r5e61857 r48ac979  
    7777<screen arch="default"><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

    r5e61857 r48ac979  
    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.