Changeset 170e0664


Ignore:
Timestamp:
Jan 1, 2010, 3:01:42 PM (14 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
656e49e
Parents:
206bb97
Message:

Updated GCC to 4.4.2.

Files:
5 deleted
10 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/64/gcc.xml

    r206bb97 r170e0664  
    2929    href="../common/gcc.xml"
    3030    xpointer="xpointer(//*[@os='p2'])"/>
    31 
    32     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    33     href="../common/gcc.xml"
    34     xpointer="xpointer(//*[@os='p3'])"/>
    35 
    36     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    37     href="../common/gcc.xml"
    38     xpointer="xpointer(//*[@os='p4'])"/>
    3931
    4032    <para os="p5">Apply the following patch so that GCC links to
  • BOOK/final-system/common/gcc.xml

    r206bb97 r170e0664  
    3030
    3131<screen os="p2"><userinput>patch -Np1 -i ../&gcc-branch_update-patch;</userinput></screen>
    32 
    33     <para os="p3">The following patch contains a number architecture and fixes related to
    34       our build &gcc-version;. This patch was developed by CLFS devs For details on
    35       what's in the patch, look at http://trac.cross-lfs.org/browser/scripts/patch/gcc/&gcc-version;:</para>
    36 
    37 <screen os="p4"><userinput>patch -Np1 -i ../&gcc-fixes-patch;</userinput></screen>
    3832
    3933    <para os="d">Apply a <command>sed</command> substitution that will suppress the
  • BOOK/final-system/mips64/gcc.xml

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

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

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

    r206bb97 r170e0664  
    2929    href="../common/gcc.xml"
    3030    xpointer="xpointer(//*[@os='p2'])"/>
    31 
    32     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    33     href="../common/gcc.xml"
    34     xpointer="xpointer(//*[@os='p3'])"/>
    35 
    36     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    37     href="../common/gcc.xml"
    38     xpointer="xpointer(//*[@os='p4'])"/>
    3931
    4032    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/introduction/common/changelog.xml

    r206bb97 r170e0664  
    4040      <para>December 31, 2009</para>
    4141      <itemizedlist>
     42        <listitem>
     43          <para>[jciccone] - Updated GCC to 4.4.2.</para>
     44        </listitem>
    4245        <listitem>
    4346          <para>[jciccone] - Updated Binutils to 2.20.</para>
  • BOOK/materials/common/patches.xml

    r206bb97 r170e0664  
    2828    </varlistentry>
    2929
    30 <!--
    3130    <varlistentry>
    3231      <term>Binutils Branch Update Patch - <token>&binutils-branch_update-patch-size;</token>:</term>
     
    3736      </listitem>
    3837    </varlistentry>
    39 -->
    4038
    4139    <varlistentry>
     
    108106        url="&patches-root;&gcc-branch_update-patch;"/></para>
    109107        <para>MD5 sum: <literal>&gcc-branch_update-patch-md5;</literal></para>
    110       </listitem>
    111     </varlistentry>
    112 
    113     <varlistentry>
    114       <term>GCC Fixes Patch - <token>&gcc-fixes-patch-size;</token>:</term>
    115       <listitem>
    116         <para>Download: <ulink
    117         url="&patches-root;&gcc-fixes-patch;"/></para>
    118         <para>MD5 sum: <literal>&gcc-fixes-patch-md5;</literal></para>
    119108      </listitem>
    120109    </varlistentry>
  • BOOK/patches.ent

    r206bb97 r170e0664  
    4141<!ENTITY flex-gcc44-patch-size "12 KB">
    4242
    43 <!ENTITY gcc-branch_update-patch "gcc-&gcc-version;-branch_update-4.patch">
    44 <!ENTITY gcc-branch_update-patch-md5 "aca21cc253204489a850b0f7a64f885e">
     43<!ENTITY gcc-branch_update-patch "gcc-&gcc-version;-branch_update-1.patch">
     44<!ENTITY gcc-branch_update-patch-md5 "2dbbc6f28aeaea5f3d9b91f17c36a78d">
    4545<!ENTITY gcc-branch_update-patch-size "240 KB">
    4646
    47 <!ENTITY gcc-fixes-patch "gcc-&gcc-version;-fixes-3.patch">
    48 <!ENTITY gcc-fixes-patch-md5 "615aa46ee6873b92647cd93210a8fc1d">
    49 <!ENTITY gcc-fixes-patch-size "25 KB">
    50 
    5147<!ENTITY gcc-specs-patch "gcc-&gcc-version;-specs-1.patch">
    52 <!ENTITY gcc-specs-patch-md5 "36b03d49d14c16ca589f2c0bf281d148">
    53 <!ENTITY gcc-specs-patch-size "16 KB">
     48<!ENTITY gcc-specs-patch-md5 "edda4c1d4acaed90ca4e2f98c1a014ab">
     49<!ENTITY gcc-specs-patch-size "20 KB">
    5450
    5551<!ENTITY gmp-branch_update-patch "gmp-&gmp-version;-branch_update-1.patch">
     
    138134
    139135<!ENTITY gcc-pure64-patch "gcc-&gcc-version;-pure64-1.patch">
    140 <!ENTITY gcc-pure64-patch-md5 "b4a916aca1dc5b1781e97eaf37436e28">
    141 <!ENTITY gcc-pure64-patch-size "8 KB">
     136<!ENTITY gcc-pure64-patch-md5 "74d06d4dda08419c319ae4c63686a4da">
     137<!ENTITY gcc-pure64-patch-size "12 KB">
    142138
    143139<!ENTITY gcc-specs_pure64-patch "gcc-&gcc-version;-pure64_specs-1.patch">
    144 <!ENTITY gcc-specs_pure64-patch-md5 "dd937d724a370587679e45ed4c527ea3">
    145 <!ENTITY gcc-specs_pure64-patch-size "18 KB">
     140<!ENTITY gcc-specs_pure64-patch-md5 "edda4c1d4acaed90ca4e2f98c1a014ab">
     141<!ENTITY gcc-specs_pure64-patch-size "20 KB">
    146142
    147143<!-- Start of Config Update patches -->
  • scripts/patch/gcc-specs-patch.sh

    r206bb97 r170e0664  
    2626rm -rf gcc-${VERSION} gcc-${VERSION}.orig
    2727tar xvf gcc-${VERSION}.tar.bz2
     28pushd gcc-4.4.2
     29patch -Np1 -i /home/jciccone/projects/lfs/repos/patches/gcc/gcc-4.4.2-branch_update-1.patch
     30popd
    2831cp -ar gcc-${VERSION} gcc-${VERSION}.orig
    2932
     
    7073rm -rf gcc-${VERSION} gcc-${VERSION}.orig
    7174tar xvf gcc-${VERSION}.tar.bz2
     75pushd gcc-4.4.2
     76patch -Np1 -i /home/jciccone/projects/lfs/repos/patches/gcc/gcc-4.4.2-branch_update-1.patch
     77popd
    7278cp -ar gcc-${VERSION} gcc-${VERSION}.orig
    7379
     
    129135rm -rf gcc-${VERSION} gcc-${VERSION}.orig
    130136tar xvf gcc-${VERSION}.tar.bz2
     137pushd gcc-4.4.2
     138patch -Np1 -i /home/jciccone/projects/lfs/repos/patches/gcc/gcc-4.4.2-branch_update-1.patch
     139popd
    131140cp -ar gcc-${VERSION} gcc-${VERSION}.orig
    132141CURRENTDIR=$(pwd -P)
Note: See TracChangeset for help on using the changeset viewer.