Ignore:
Timestamp:
Jul 29, 2009, 10:29:41 PM (15 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
3ff2c4b
Parents:
653cf49
Message:

Corrected command for fixing Binutils testsuite, and moved it before the testsuite is run

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/binutils.xml

    r653cf49 r936dcb48  
    9494    </important>
    9595
     96    <para os="ts1">In order to run the testsuite correctly, due to a change in
     97    Glibc we need to run the following command to prevent an error:</para>
     98
     99<screen os="ts2"><userinput>sed -i 's/getline/_getline/' ../binutils-&binutils-version;/libiberty/testsuite/test-demangle.c</userinput></screen>
     100
    96101    <para os="p">Test the results:</para>
    97102
    98103<screen os="q"><userinput>make check</userinput></screen>
    99 
    100     <para os="ts1">In order to run the testsuite correctly, due to a change in glibc
    101       we need to run the following command to prevent an error:</para>
    102 
    103 <screen os="ts2"><userinput>sed -i 's/getline/_getline/' libiberty/testsuite/test-demangle.c</userinput></screen>
    104104
    105105    <para os="r">Install the package:</para>
Note: See TracChangeset for help on using the changeset viewer.