Changeset c5d6cde in clfs-sysroot for BOOK


Ignore:
Timestamp:
May 20, 2007, 9:14:51 AM (17 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
8f08779
Parents:
88f5ffd
Message:

Updated to GCC 4.2.0

Location:
BOOK
Files:
7 edited

Legend:

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

    r88f5ffd rc5d6cde  
    3030    href="../../final-system/common/gcc.xml"
    3131    xpointer="xpointer(//*[@os='p2'])"/>
    32 
    33     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    34     href="../../final-system/common/gcc.xml"
    35     xpointer="xpointer(//*[@os='p3'])"/>
    36 
    37     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    38     href="../../final-system/common/gcc.xml"
    39     xpointer="xpointer(//*[@os='p4'])"/>
    4032
    4133    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/final-system/common/gcc.xml

    r88f5ffd rc5d6cde  
    3030
    3131<screen os="p2"><userinput>patch -Np1 -i ../&gcc-posix-patch;</userinput></screen>
    32 
    33     <para os="p3">The following patch fixes the searching of multilib dirs
    34     for specs file. The patch standardizes the gcc drivers path iteration
    35     functions, ensuring multilib directories are searched in the correct
    36     order. This fixes various issues, most noticably with libtool on
    37     multilib systems:</para>
    38 
    39 <screen os="p4"><userinput>patch -Np1 -i ../&gcc-PR20425-patch;</userinput></screen>
    4032
    4133    <para os="a">Apply a <command>sed</command> substitution that will suppress the
  • BOOK/general.ent

    r88f5ffd rc5d6cde  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    22
    3 <!ENTITY month "04"> <!-- Use two digits -->
    4 <!ENTITY month_name "April">
    5 <!ENTITY day "30"> <!-- Use two digits -->
     3<!ENTITY month "05"> <!-- Use two digits -->
     4<!ENTITY month_name "May">
     5<!ENTITY day "20"> <!-- Use two digits -->
    66<!ENTITY year "2007"> <!-- Use four digits -->
    77
  • BOOK/introduction/common/changelog.xml

    r88f5ffd rc5d6cde  
    3636    </listitem>
    3737-->
     38
     39    <listitem>
     40      <para>May 20, 2007</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[jciccone] - Updated to GCC 4.2.0.</para>
     44        </listitem>
     45      </itemizedlist>
     46    </listitem>
    3847
    3948    <listitem>
  • BOOK/materials/common/patches.xml

    r88f5ffd rc5d6cde  
    9292
    9393    <varlistentry>
    94       <term>GCC PR20425 Patch - <token>&gcc-PR20425-patch-size;</token>:</term>
    95       <listitem>
    96         <para>Download: <ulink
    97         url="&patches-root;&gcc-PR20425-patch;"/></para>
    98         <para>MD5 sum: <literal>&gcc-PR20425-patch-md5;</literal></para>
    99       </listitem>
    100     </varlistentry>
    101 
    102     <varlistentry>
    10394      <term>Glibc Branch Update - <token>&glibc-branch_update-patch-size;</token>:</term>
    10495      <listitem>
  • BOOK/packages.ent

    r88f5ffd rc5d6cde  
    9696<!ENTITY gawk-home "&gnu-software;gawk">
    9797
    98 <!ENTITY gcc-version "4.1.2">
    99 <!ENTITY gcc-size "38,931 KB">
     98<!ENTITY gcc-version "4.2.0">
     99<!ENTITY gcc-size "43,076 KB">
    100100<!ENTITY gcc-url "&gnu;gcc/gcc-&gcc-version;/gcc-&gcc-version;.tar.bz2">
    101 <!ENTITY gcc-md5 "a4a3eb15c96030906d8494959eeda23c">
     101<!ENTITY gcc-md5 "4798c23548dc791ea12a139e18940684">
    102102<!ENTITY gcc-home "http://gcc.gnu.org">
    103103
  • BOOK/patches.ent

    r88f5ffd rc5d6cde  
    3030
    3131<!ENTITY gcc-cross_search-patch "gcc-&gcc-version;-cross_search_paths-1.patch">
    32 <!ENTITY gcc-cross_search-patch-md5 "8ef51c0c74f0ea8511e59544f719470f">
     32<!ENTITY gcc-cross_search-patch-md5 "2d316305d73bb14b3acd6a1f3a2ee4e9">
    3333<!ENTITY gcc-cross_search-patch-size "4 KB">
    3434
    3535<!ENTITY gcc-posix-patch "gcc-&gcc-version;-posix-1.patch">
    36 <!ENTITY gcc-posix-patch-md5 "9aa1cdcbaedb4e1ed3f65ae25cdc413b">
    37 <!ENTITY gcc-posix-patch-size "12 KB">
    38 
    39 <!ENTITY gcc-PR20425-patch "gcc-&gcc-version;-PR20425-1.patch">
    40 <!ENTITY gcc-PR20425-patch-md5 "95535bda8e4d37d30251db0b121b5374">
    41 <!ENTITY gcc-PR20425-patch-size "36 KB">
     36<!ENTITY gcc-posix-patch-md5 "8df4fe6a9f77135ae1b0851786c40410">
     37<!ENTITY gcc-posix-patch-size "16 KB">
    4238
    4339<!ENTITY glibc-branch_update-patch "glibc-&glibc-version;-branch_update-3.patch">
Note: See TracChangeset for help on using the changeset viewer.