Ignore:
Timestamp:
03/31/2021 10:41:36 AM (3 years ago)
Author:
Xℹ Ruoyao <xry111@…>
Branches:
ml-11.0, multilib
Children:
1daca67
Parents:
15fd2f2
git-author:
Thomas Trepl <thomas@…> (08/05/2019 04:51:20 PM)
git-committer:
Xℹ Ruoyao <xry111@…> (03/31/2021 10:41:36 AM)
Message:

MultiLib: Merge changes from trunk
Upgrade isl-0.12
Upgrade linux-firmware-20190519

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11653 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/glibc.xml

    r15fd2f2 rbc375da6  
    6161
    6262<screen><userinput remap="pre">patch -Np1 -i ../&glibc-glob-patch;</userinput></screen>
    63 --><!--
    64     <para>First create a compatibility symlink to avoid references to /tools in
    65     our final glibc:</para>
    66 
    67 <screen><userinput remap="pre">ln -sfv /tools/lib/gcc /usr/lib</userinput></screen>
    6863-->
     64    <para>Fix a problem introduced with the linux-5.2 kernel:</para>
     65
     66<screen><userinput remap="pre">sed -i '/asm.socket.h/a# include &lt;linux/sockios.h&gt;' \
     67   sysdeps/unix/sysv/linux/bits/socket.h</userinput></screen>
     68
    6969    <para>Create a symlink for LSB
    7070    compliance. Additionally, for x86_64, create a compatibility symlink
     
    177177
    178178    <itemizedlist>
    179 
    180       <listitem>
    181         <para><emphasis>misc/check-installed-headers-c</emphasis>
    182         is known to fail due to changes in the kernel headers.</para>
    183       </listitem>
    184179
    185180      <listitem>
Note: See TracChangeset for help on using the changeset viewer.