Changeset 841271e in clfs-embedded for BOOK/cross-tools/common/gcc-static.xml


Ignore:
Timestamp:
Nov 13, 2006, 10:32:29 PM (17 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
f03c1f1
Parents:
5a8a7c0
Message:

uClibc updates

File:
1 edited

Legend:

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

    r5a8a7c0 r841271e  
    3131    apply the following patch:</para>
    3232
    33 <screen os="p2"><userinput>patch -Np1 -i ../gcc-4.1.1-posix-1.patch</userinput></screen>
     33<screen os="p2"><userinput>patch -Np1 -i ../&gcc-posix-patch;</userinput></screen>
    3434
    35     <para os="p3">The following patch fixes the searching of multilib dirs for
     35    <para os="p3">Now since we using uClibc, we need to patch GCC to recognize
     36    this fact:</para>
     37
     38<screen os="p4"><userinput>patch -Np1 -i ../&gcc-uclibc-patch;</userinput></screen>
     39
     40    <para os="p5">The following patch fixes the searching of multilib dirs for
    3641    specs file.The patch standardizes the gcc drivers path iteration functions,
    3742    ensuring multilib directories are searched in the correct order. This fixes
    3843    various issues, most noticably with libtool on multilib systems:</para>
    3944
    40 <screen os="p4"><userinput>patch -Np1 -i ../&gcc-PR20425-patch;</userinput></screen>
     45<screen os="p6"><userinput>patch -Np1 -i ../&gcc-PR20425-patch;</userinput></screen>
    4146
    42     <para os="ac">The following patch ensures that <command>gcc</command> does not
     47    <para os="p7">The following patch ensures that <command>gcc</command> does not
    4348    search the <filename class="directory">/usr</filename> directory for
    4449    <filename class="libraryfile">libgcc_s.so</filename> when
    4550    cross-compiling:</para>
    4651
    47 <screen os="ad"><userinput>patch -Np1 -i ../&gcc-cross_search-patch;</userinput></screen>
     52<screen os="p8"><userinput>patch -Np1 -i ../&gcc-cross_search-patch;</userinput></screen>
    4853
    4954    <para os="c">The GCC documentation recommends building GCC outside of the source
Note: See TracChangeset for help on using the changeset viewer.