Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    re3ed017 r0f18f2b  
    9393<!ENTITY secadv          "&lfs-root;lfs/advisories/">
    9494
    95 <!ENTITY min-kernel      "5.19">
     95<!-- 4.14 EOL is Jan 2024
     96     so for LFS 11.5 we may consider moving to 4.19 -->
     97<!ENTITY min-kernel      "4.14">
    9698
    9799<!--
     
    138140<!ENTITY % patches-entities SYSTEM "patches.ent">
    139141%patches-entities;
    140 
    141 <!ENTITY update-config-text
    142   "<para>Update the auxilary scripts of the building system to allow
    143    building this package for LoongArch:</para>">
    144 
    145 <!-- Use "tar &update-config-arg" or "tar -C build-aux update-config-arg"
    146      We cannot append -C build-aux after these arguments because -C only
    147      affects options that follow.  -->
    148 <!ENTITY update-config-arg
    149   "-xvf ../autoconf-&autoconf-version;.tar.xz --strip-components=2 \
    150     autoconf-&autoconf-version;/build-aux/config.{guess,sub}">
Note: See TracChangeset for help on using the changeset viewer.