Changeset 0602db2 in clfs-embedded for BOOK


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

Updated to GCC 4.1.2

Location:
BOOK
Files:
6 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
  • BOOK/general.ent

    rb94ee8a r0602db2  
    33<!ENTITY month "02"> <!-- Use two digits -->
    44<!ENTITY month_name "January">
    5 <!ENTITY day "05"> <!-- Use two digits -->
     5<!ENTITY day "14"> <!-- Use two digits -->
    66<!ENTITY year "2007"> <!-- Use four digits -->
    77
  • BOOK/materials/common/patches.xml

    rb94ee8a r0602db2  
    5656
    5757    <varlistentry>
    58       <term>GCC PR20425 Patch - <token>&gcc-PR20425-patch-size;</token>:</term>
    59       <listitem>
    60         <para>Download: <ulink
    61         url="&patches-root;&gcc-PR20425-patch;"/></para>
    62         <para>MD5 sum: <literal>&gcc-PR20425-patch-md5;</literal></para>
    63       </listitem>
    64     </varlistentry>
    65 
    66     <varlistentry>
    6758      <term>GCC Posix Patch - <token>&gcc-posix-patch-size;</token>:</term>
    6859      <listitem>
  • BOOK/packages.ent

    rb94ee8a r0602db2  
    2929<!ENTITY e2fsprogs-home "http://e2fsprogs.sourceforge.net">
    3030
    31 <!ENTITY gcc-version "4.1.1">
    32 <!ENTITY gcc-size "38,300 KB">
     31<!ENTITY gcc-version "4.1.2">
     32<!ENTITY gcc-size "38,931 KB">
    3333<!ENTITY gcc-url "&gnu;gcc/gcc-&gcc-version;/gcc-&gcc-version;.tar.bz2">
    34 <!ENTITY gcc-md5 "ad9f97a4d04982ccf4fd67cb464879f3">
    35 <!ENTITY gcc-home "http://gcc.gnu.org/">
     34<!ENTITY gcc-md5 "a4a3eb15c96030906d8494959eeda23c">
     35<!ENTITY gcc-home "http://gcc.gnu.org">
    3636
    3737<!ENTITY iana-etc-version "2.20">
  • BOOK/patches.ent

    rb94ee8a r0602db2  
    1818
    1919<!ENTITY gcc-cross_search-patch "gcc-&gcc-version;-cross_search_paths-1.patch">
    20 <!ENTITY gcc-cross_search-patch-md5 "541fe39d228ddaa0d8396a35ec3a0ada">
    21 <!ENTITY gcc-cross_search-patch-size "2 KB">
    22 
    23 <!ENTITY gcc-PR20425-patch "gcc-&gcc-version;-PR20425-1.patch">
    24 <!ENTITY gcc-PR20425-patch-md5 "95535bda8e4d37d30251db0b121b5374">
    25 <!ENTITY gcc-PR20425-patch-size "36 KB">
     20<!ENTITY gcc-cross_search-patch-md5 "8ef51c0c74f0ea8511e59544f719470f">
     21<!ENTITY gcc-cross_search-patch-size "4 KB">
    2622
    2723<!ENTITY gcc-posix-patch "gcc-&gcc-version;-posix-1.patch">
    28 <!ENTITY gcc-posix-patch-md5 "0d88068740a0e00780891f2cb905b808">
    29 <!ENTITY gcc-posix-patch-size "9 KB">
     24<!ENTITY gcc-posix-patch-md5 "9aa1cdcbaedb4e1ed3f65ae25cdc413b">
     25<!ENTITY gcc-posix-patch-size "12 KB">
    3026
    3127<!ENTITY gcc-uclibc-patch "gcc-&gcc-version;-uclibc-1.patch">
    32 <!ENTITY gcc-uclibc-patch-md5 "63a7a8f1990bb333dc5513b9489845d4">
     28<!ENTITY gcc-uclibc-patch-md5 "77764a4a5e2b71980e3964bbb6a95e35">
    3329<!ENTITY gcc-uclibc-patch-size "144 KB">
    3430
Note: See TracChangeset for help on using the changeset viewer.