Changeset c7e74d6 for chapter05


Ignore:
Timestamp:
03/31/2021 10:41:37 AM (3 years ago)
Author:
Xℹ Ruoyao <xry111@…>
Branches:
ml-11.0, multilib
Children:
d4248df
Parents:
6fc519e
git-author:
Thomas Trepl <thomas@…> (03/15/2020 10:56:46 AM)
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@11783 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter05
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter05/gcc-pass2.xml

    r6fc519e rc7e74d6  
    121121tar -xf ../isl-&isl-version;.tar.xz
    122122mv -v isl-&isl-version; isl</userinput></screen>
    123 
    124     <!-- Following patch might be obsolete with gcc >= 8.2.1 -->
    125 <!--
    126     <para arch="ml_32,ml_x32,ml_all">Fix an issue with isl-&isl-version;:</para>
    127 
    128 <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;" \
    129     -i gcc/graphite.h</userinput></screen>
    130 -->
    131123
    132124    <para>
  • chapter05/libstdc++.xml

    r6fc519e rc7e74d6  
    6464    --prefix=/tools                 \
    6565    --disable-multilib              \
    66     --disable-nls                   \
    67     --disable-libstdcxx-threads     \
     66    --disable-nls                   \<!--
     67    - -disable-libstdcxx-threads     \-->
    6868    --disable-libstdcxx-pch         \
    6969    --with-gxx-include-dir=/tools/$LFS_TGT/include/c++/&gcc-version;</userinput></screen>
     
    7979        </listitem>
    8080      </varlistentry>
    81 
     81        <!--
    8282      <varlistentry>
    83         <term><parameter>--disable-libstdcxx-threads</parameter></term>
     83        <term><parameter>- -disable-libstdcxx-threads</parameter></term>
    8484        <listitem>
    8585          <para>Since gcc-pass1 is built without thread support, the C++
     
    8787        </listitem>
    8888      </varlistentry>
    89 
     89        -->
    9090      <varlistentry>
    9191        <term><parameter>--disable-libstdcxx-pch</parameter></term>
Note: See TracChangeset for help on using the changeset viewer.