Changeset 0602db2 in clfs-embedded for BOOK/cross-tools/common


Ignore:
Timestamp:
Feb 14, 2007, 8:17:26 AM (17 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
04997ab
Parents:
b94ee8a
Message:

Updated to GCC 4.1.2

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

Legend:

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

    rb94ee8a r0602db2  
    4646    href="gcc-static.xml"
    4747    xpointer="xpointer(//*[@os='p6'])"/>
    48 
    49     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    50     href="gcc-static.xml"
    51     xpointer="xpointer(//*[@os='p7'])"/>
    52 
    53     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    54     href="gcc-static.xml"
    55     xpointer="xpointer(//*[@os='p8'])"/>
    5648
    5749    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/common/gcc-static.xml

    rb94ee8a r0602db2  
    3737<screen os="p4"><userinput>patch -Np1 -i ../&gcc-uclibc-patch;</userinput></screen>
    3838
    39     <para os="p5">The following patch fixes the searching of multilib dirs for
    40     specs file.The patch standardizes the gcc drivers path iteration functions,
    41     ensuring multilib directories are searched in the correct order. This fixes
    42     various issues, most noticably with libtool on multilib systems:</para>
    43 
    44 <screen os="p6"><userinput>patch -Np1 -i ../&gcc-PR20425-patch;</userinput></screen>
    45 
    46     <para os="p7">The following patch ensures that <command>gcc</command> does not
     39    <para os="p5">The following patch ensures that <command>gcc</command> does not
    4740    search the <filename class="directory">/usr</filename> directory for
    4841    <filename class="libraryfile">libgcc_s.so</filename> when
    4942    cross-compiling:</para>
    5043
    51 <screen os="p8"><userinput>patch -Np1 -i ../&gcc-cross_search-patch;</userinput></screen>
     44<screen os="p6"><userinput>patch -Np1 -i ../&gcc-cross_search-patch;</userinput></screen>
    5245
    5346    <para os="c">The GCC documentation recommends building GCC outside of the source
Note: See TracChangeset for help on using the changeset viewer.