Changeset 725ef3b for chapter05


Ignore:
Timestamp:
03/31/2021 10:41:37 AM (3 years ago)
Author:
Xℹ Ruoyao <xry111@…>
Branches:
ml-11.0, multilib
Children:
3e18fa2
Parents:
9382de3
git-author:
Thomas Trepl <thomas@…> (02/12/2020 09:02:11 PM)
git-committer:
Xℹ Ruoyao <xry111@…> (03/31/2021 10:41:37 AM)
Message:

MultiLib: Merge changes from trunk

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

Location:
chapter05
Files:
4 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • chapter05/gcc-pass2.xml

    r9382de3 r725ef3b  
    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
  • chapter05/generalinstructions.xml

    r9382de3 r725ef3b  
    5454
    5555      <para>The build instructions assume that the <xref
    56       linkend='pre-hostreqs'/>, including symbolic links, have been set
    57       properly:</para>
     56      linkend='ch-partitioning-hostreqs'/>, including symbolic links, have
     57      been set properly:</para>
    5858
    5959      <itemizedlist role='important'>
  • chapter05/make.xml

    r9382de3 r725ef3b  
    4242  <sect2 role="installation">
    4343    <title>Installation of Make</title>
    44 
     44<!--
    4545    <para>First, work around an error caused by glibc-2.27 and later:</para>
    4646
    4747<screen><userinput remap="pre">sed -i '211,217 d; 219,229 d; 232 d' glob/glob.c</userinput></screen>
    48 
     48-->
    4949    <para>Prepare Make for compilation:</para>
    5050
  • chapter05/tcl.xml

    r9382de3 r725ef3b  
    7575    for the duration of the test suite run. This ensures that the clock tests
    7676    are exercised correctly. Details on the <envar>TZ</envar> environment
    77     variable are provided in <xref linkend="chapter-bootscripts"/>.</para>
     77    variable are provided in <xref linkend="chapter-config"/>.</para>
    7878
    7979    <para>Install the package:</para>
Note: See TracChangeset for help on using the changeset viewer.