Ignore:
Timestamp:
02/12/2020 09:02:11 PM (4 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
54a6bc9
Parents:
f8ea68b
Message:

MultiLib: Merge changes from trunk

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/gcc-pass2.xml

    rf8ea68b rede49cd  
    127127<screen arch="ml_32,ml_x32,ml_all"><userinput remap="pre">sed -e "/#include &lt;isl\/schedule_node.h&gt;/ a#include &lt;isl/id.h&gt;\n#include &lt;isl/space.h&gt;" \
    128128    -i gcc/graphite.h</userinput></screen>
     129
     130    <para>
     131      Now fix a problem introduced by Glibc-2.31:
     132    </para>
     133
     134<screen><userinput remap="pre">sed -e '1161 s|^|//|' \
     135    -i libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cc</userinput></screen>
    129136
    130137    <para>Create a separate build directory again:</para>
     
    257264    list. If the <envar>PATH</envar> is wrong it could mean that you are not
    258265    logged in as user <systemitem class="username">lfs</systemitem> or that
    259     something went wrong back in <xref linkend="ch-tools-settingenviron"
     266    something went wrong back in <xref linkend="ch-preps-settingenviron"
    260267    role="."/></para>
    261268
Note: See TracChangeset for help on using the changeset viewer.