Ignore:
Timestamp:
05/12/2021 04:24:11 AM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
5ed37b3, c034573, df462a9
Parents:
0f7d4cb
Message:

Merge Xi's changes into trunk
Update to meson-0.58.0
Update to systemd-248
Update to gcc-11.1.0
Update to linux-5.12.1
Update to iproute2-5.12.0
Update to Python-3.9.5
Make /bin, /sbin, and /lib symlinks to their counterparts in /usr.
Thanks again for a significant portion of this work goes to Xi, I only
really merged it and made a couple of modifications for my updates. To
LFS 11.x we go!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/glibc.xml

    r0f7d4cb rd7a9421  
    5656esac</userinput></screen>
    5757
    58     <note>
    59       <para>
    60         The above command is correct.  The <command>ln</command> command has
    61         a few syntactic versions, so be sure to check
    62                 <command>info coreutils ln</command> and <filename>ln(1)</filename>
    63                 before reporting what you may think is an error.
    64           </para>
    65     </note>
    66 
    6758    <para>Some of the Glibc programs use the non-FHS compliant
    6859    <filename class="directory">/var/db</filename> directory to store their
     
    7162
    7263<screen><userinput remap="pre">patch -Np1 -i ../glibc-&glibc-version;-fhs-1.patch</userinput></screen>
     64
     65    <para>Fix a build issue with gcc-11.1:</para>
     66
     67<screen><userinput remap="pre">sed 's/amx_/amx-/' -i sysdeps/x86/tst-cpu-features-supports.c</userinput></screen>
    7368
    7469    <para>The Glibc documentation recommends building Glibc
     
    8681      --enable-kernel=&min-kernel;                \
    8782      --with-headers=$LFS/usr/include    \
    88       libc_cv_slibdir=/lib</userinput></screen>
    89 <!--
    90       libc_cv_forced_unwind=yes          \
    91       libc_cv_c_cleanup=yes</userinput></screen> -->
     83      libc_cv_slibdir=/usr/lib</userinput></screen>
    9284
    9385    <variablelist>
     
    123115
    124116      <varlistentry>
    125         <term><parameter>libc_cv_slibdir=/lib</parameter></term>
    126         <listitem>
    127           <para>This ensures that the library is installed in /lib instead
     117        <term><parameter>libc_cv_slibdir=/usr/lib</parameter></term>
     118        <listitem>
     119          <para>This ensures that the library is installed in /usr/lib instead
    128120          of the default /lib64 on 64 bit machines.</para>
    129121        </listitem>
Note: See TracChangeset for help on using the changeset viewer.