Changeset 2b32699


Ignore:
Timestamp:
Aug 1, 2010, 5:34:34 PM (14 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
f3eb9db
Parents:
6cd0ea5
Message:

Removed an unneeded sed from binutils in the final system.

Location:
BOOK
Files:
6 edited

Legend:

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

    r6cd0ea5 r2b32699  
    9696    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    9797    href="../common/binutils.xml"
    98     xpointer="xpointer(//*[@os='ts1'])"/>
    99 
    100     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    101     href="../common/binutils.xml"
    102     xpointer="xpointer(//*[@os='ts2'])"/>
    103 
    104     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    105     href="../common/binutils.xml"
    10698    xpointer="xpointer(//*[@os='p'])"/>
    10799
  • BOOK/final-system/common/binutils.xml

    r6cd0ea5 r2b32699  
    8888      Do not skip it under any circumstance.</para>
    8989    </important>
    90 
    91     <para os="ts1">In order to run the testsuite correctly, due to a change in
    92     Glibc we need to run the following command to prevent an error:</para>
    93 
    94 <screen os="ts2"><userinput>sed -i 's/getline/_getline/' ../binutils-&binutils-version;/libiberty/testsuite/test-demangle.c</userinput></screen>
    9590
    9691    <para os="p">Test the results:</para>
  • BOOK/final-system/mips64/binutils.xml

    r6cd0ea5 r2b32699  
    8585    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    8686    href="../common/binutils.xml"
    87     xpointer="xpointer(//*[@os='ts1'])"/>
    88 
    89     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    90     href="../common/binutils.xml"
    91     xpointer="xpointer(//*[@os='ts2'])"/>
    92 
    93     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    94     href="../common/binutils.xml"
    9587    xpointer="xpointer(//*[@os='p'])"/>
    9688
  • BOOK/final-system/multilib/binutils.xml

    r6cd0ea5 r2b32699  
    8585    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    8686    href="../common/binutils.xml"
    87     xpointer="xpointer(//*[@os='ts1'])"/>
    88 
    89     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    90     href="../common/binutils.xml"
    91     xpointer="xpointer(//*[@os='ts2'])"/>
    92 
    93     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    94     href="../common/binutils.xml"
    9587    xpointer="xpointer(//*[@os='p'])"/>
    9688
  • BOOK/final-system/x86_64-64/binutils.xml

    r6cd0ea5 r2b32699  
    9898    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    9999    href="../common/binutils.xml"
    100     xpointer="xpointer(//*[@os='ts1'])"/>
    101 
    102     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    103     href="../common/binutils.xml"
    104     xpointer="xpointer(//*[@os='ts2'])"/>
    105 
    106     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    107     href="../common/binutils.xml"
    108100    xpointer="xpointer(//*[@os='p'])"/>
    109101
  • BOOK/introduction/common/changelog.xml

    r6cd0ea5 r2b32699  
    4040      <para>August 01, 2010</para>
    4141      <itemizedlist>
     42        <listitem>
     43          <para>[jciccone] - Removed an unneeded sed from binutils in the
     44          final-system renaming getline to _getline.</para>
     45        </listitem>
    4246        <listitem>
    4347          <para>[jciccone] - Fixed a compilation issue with GMP in the final
Note: See TracChangeset for help on using the changeset viewer.