Ignore:
Timestamp:
05/27/2020 07:51:55 AM (4 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
777c890
Parents:
e65cc63
Message:

MultiLib: Merge changes up to 11858

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/binutils.xml

    re65cc63 r160e72c  
    5959
    6060    <para>Now remove one test that prevents the tests from running
    61     to completion:</para>
    62 
    63 <screen><userinput remap="pre">sed -i '/@\tincremental_copy/d' gold/testsuite/Makefile.in</userinput></screen>
     61    to completion, and fix other tests in the gold test suite, which
     62    need to be adjusted for GCC 10:</para>
     63
     64<screen><userinput remap="pre">sed -i '/@\tincremental_copy/d' gold/testsuite/Makefile.in
     65patch -Np1 -i ../binutils-&binutils-version;-gcc10_gold_test_fix-1.patch</userinput></screen>
    6466
    6567    <para>The Binutils documentation recommends building Binutils
     
    158160<screen><userinput remap="test">make -k check</userinput></screen>
    159161
    160     <para>The ver_test_pr16504.sh test is known to fail.</para>
     162<!--    <para>The ver_test_pr16504.sh test is known to fail.</para>-->
    161163
    162164    <para>Install the package:</para>
Note: See TracChangeset for help on using the changeset viewer.