Changeset 7126617 in clfs-sysroot for BOOK/cross-tools


Ignore:
Timestamp:
May 26, 2006, 8:58:01 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
f6c417f
Parents:
1f0a9c9
Message:

r3664@server (orig r1665): jciccone | 2006-05-26 18:15:08 -0700
Added the posix patches to the final-system binutils and gcc. Changed some sed commands to not use -i and fixed a typo in the gcc instructions.

Location:
BOOK/cross-tools/common
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/common/binutils.xml

    r1f0a9c9 r7126617  
    2828    enable.</para>
    2929
    30     <para os="ba">To make sure that the proper syntax is used for a couple of
    31     tools, apply the following patch:</para>
     30    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     31    href="../../final-system/common/binutils.xml"
     32    xpointer="xpointer(//*[@os='p1'])"/>
    3233
    33 <screen os="bb"><userinput>patch -Np1 -i ../&binutils-posix-patch;</userinput></screen>
     34    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     35    href="../../final-system/common/binutils.xml"
     36    xpointer="xpointer(//*[@os='p2'])"/>
    3437
    3538    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/common/gcc-final.xml

    r1f0a9c9 r7126617  
    3232
    3333    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    34     href="gcc-static.xml"
    35     xpointer="xpointer(//*[@os='aa'])"/>
     34    href="../../final-system/common/gcc.xml"
     35    xpointer="xpointer(//*[@os='p3'])"/>
    3636
    3737    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    38     href="gcc-static.xml"
    39     xpointer="xpointer(//*[@os='ab'])"/>
     38    href="../../final-system/common/gcc.xml"
     39    xpointer="xpointer(//*[@os='p4'])"/>
    4040
    4141    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/common/gcc-static.xml

    r1f0a9c9 r7126617  
    2424    and no Threads</title>
    2525
    26     <para os="aa">To make sure that a couple of tools use the proper syntax,
    27     apply the following patch:</para>
     26    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     27    href="../../final-system/common/gcc.xml"
     28    xpointer="xpointer(//*[@os='p1'])"/>
    2829
    29 <screen os="ab"><userinput>patch -Np1 -i ../&gcc-posix-patch;</userinput></screen>
     30    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     31    href="../../final-system/common/gcc.xml"
     32    xpointer="xpointer(//*[@os='p2'])"/>
    3033
    3134    <para os="ac">The following patch ensures that <command>gcc</command> does not
Note: See TracChangeset for help on using the changeset viewer.