Changeset ede49cd for chapter06/gcc.xml


Ignore:
Timestamp:
02/12/2020 09:02:11 PM (5 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
  • chapter06/gcc.xml

    rf8ea68b rede49cd  
    6969<screen><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;" \
    7070    -i gcc/graphite.h</userinput></screen>
     71
     72   <para>
     73      As in gcc-pass2, fix a problem introduced by Glibc-2.31:
     74    </para>
     75
     76<screen><userinput remap="pre">sed -e '1161 s|^|//|' \
     77    -i libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cc</userinput></screen>
    7178
    7279    <para>The GCC documentation recommends building GCC in a dedicated build directory:</para>
Note: See TracChangeset for help on using the changeset viewer.