Changeset 77e17c8d


Ignore:
Timestamp:
Jun 3, 2009, 12:19:02 PM (15 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
56a4eb5
Parents:
207aad6
Message:

Updated to GCC 4.4.0

Location:
BOOK
Files:
13 edited

Legend:

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

    r207aad6 r77e17c8d  
    2222  <sect2 role="installation">
    2323    <title>Installation of GCC Cross Compiler</title>
    24 
    25     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    26     href="gcc-static.xml"
    27     xpointer="xpointer(//*[@os='pp1'])"/>
    28 
    29     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    30     href="gcc-static.xml"
    31     xpointer="xpointer(//*[@os='pp2'])"/>
    3224
    3325    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/ppc/gcc-static.xml

    r207aad6 r77e17c8d  
    2323    <title>Installation of Cross GCC Compiler with Static libgcc
    2424    and no Threads</title>
    25 
    26     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    27     href="../../final-system/ppc/gcc.xml"
    28     xpointer="xpointer(//*[@os='pp1'])"/>
    29 
    30     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    31     href="../../final-system/ppc/gcc.xml"
    32     xpointer="xpointer(//*[@os='pp2'])"/>
    3325
    3426    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/ppc64/gcc-final.xml

    r207aad6 r77e17c8d  
    2222  <sect2 role="installation">
    2323    <title>Installation of GCC Cross Compiler</title>
    24 
    25     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    26     href="gcc-static.xml"
    27     xpointer="xpointer(//*[@os='pp1'])"/>
    28 
    29     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    30     href="gcc-static.xml"
    31     xpointer="xpointer(//*[@os='pp2'])"/>
    3224
    3325    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/ppc64/gcc-static.xml

    r207aad6 r77e17c8d  
    2323    <title>Installation of Cross GCC Compiler with Static libgcc
    2424    and no Threads</title>
    25 
    26     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    27     href="../../final-system/ppc/gcc.xml"
    28     xpointer="xpointer(//*[@os='pp1'])"/>
    29 
    30     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    31     href="../../final-system/ppc/gcc.xml"
    32     xpointer="xpointer(//*[@os='pp2'])"/>
    3325
    3426    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/final-system/ppc/gcc.xml

    r207aad6 r77e17c8d  
    2121  <sect2 role="installation">
    2222    <title>Installation of GCC</title>
    23 
    24     <para os="pp1">The following patch contains fixes to allow GCC build on a PowerPC:</para>
    25 
    26 <screen os="pp2"><userinput>patch -Np1 -i ../&gcc-ppc_fixes-patch;</userinput></screen>
    2723
    2824    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/final-system/ppc64/gcc.xml

    r207aad6 r77e17c8d  
    2121  <sect2 role="installation">
    2222    <title>Installation of GCC</title>
    23 
    24     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    25     href="../ppc/gcc.xml"
    26     xpointer="xpointer(//*[@os='pp1'])"/>
    27 
    28     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    29     href="../ppc/gcc.xml"
    30     xpointer="xpointer(//*[@os='pp2'])"/>
    31 
    32     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    33     href="../common/gcc.xml"
    34     xpointer="xpointer(//*[@os='p1'])"/>
    35 
    36     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    37     href="../common/gcc.xml"
    38     xpointer="xpointer(//*[@os='p2'])"/>
    39 
    40     <para os="ap1">GCC includes a <filename class="directory">nof</filename> directory
    41     of 32-bit code for processors which do not have hardware floating point.
    42     Installing it causes a linkage failure on a 64-bit system. and is
    43     unnecessary.  The following patch will prevent it being compiled.</para>
    44 
    45 <screen os="ap2"><userinput>patch -Np1 -i ../&gcc-nof-patch;</userinput></screen>
    4623
    4724    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/introduction/common/changelog.xml

    r207aad6 r77e17c8d  
    4242        <listitem>
    4343          <para>[Jim] - Removed Glibc. Moved to Eglibc 2.10.1.</para>
     44        </listitem>
     45        <listitem>
     46          <para>[Jim] - Updated GCC to 4.4.0.</para>
    4447        </listitem>
    4548      </itemizedlist>
  • BOOK/materials/ppc/patches.xml

    r207aad6 r77e17c8d  
    1212
    1313  <variablelist role="materials">
    14 
    15     <varlistentry os="gcc-ppc-fixes-patch">
    16       <term>GCC Powerpc Fixes Patch - <token>&gcc-ppc_fixes-patch-size;</token>:</term>
    17       <listitem>
    18         <para>Download: <ulink
    19         url="&patches-root;&gcc-ppc_fixes-patch;"/></para>
    20         <para>MD5 sum: <literal>&gcc-ppc_fixes-patch-md5;</literal></para>
    21       </listitem>
    22     </varlistentry>
    2314
    2415    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/materials/ppc64/patches.xml

    r207aad6 r77e17c8d  
    1616    href="../x86_64/patches.xml"
    1717    xpointer="xpointer(//*[@os='binutils-multilib-patch'])"/>
    18 
    19     <varlistentry>
    20       <term>GCC PPC64 Multilib Patch - <token>&gcc-nof-patch-size;</token>:</term>
    21       <listitem>
    22         <para>Download: <ulink
    23         url="&patches-root;&gcc-nof-patch;"/></para>
    24         <para>MD5 sum: <literal>&gcc-nof-patch-md5;</literal></para>
    25       </listitem>
    26     </varlistentry>
    27 
    28     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    29     href="../ppc/patches.xml"
    30     xpointer="xpointer(//*[@os='gcc-ppc-fixes-patch'])"/>
    3118
    3219    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/packages.ent

    r207aad6 r77e17c8d  
    160160<!ENTITY gawk-home "&gnu-software;gawk">
    161161
    162 <!ENTITY gcc-version "4.3.3">
    163 <!ENTITY gcc-size "57,978 KB">
     162<!ENTITY gcc-version "4.4.0">
     163<!ENTITY gcc-size "61,238 KB">
    164164<!ENTITY gcc-url "ftp://gcc.gnu.org/pub/gcc/releases/gcc-&gcc-version;/gcc-&gcc-version;.tar.bz2">
    165 <!ENTITY gcc-md5 "cc3c5565fdb9ab87a05ddb106ba0bd1f">
     165<!ENTITY gcc-md5 "cf5d787bee57f38168b74d65a7c0e6fd">
    166166<!ENTITY gcc-home "http://gcc.gnu.org">
    167167
  • BOOK/patches.ent

    r207aad6 r77e17c8d  
    4545<!ENTITY file-new_compressors-patch-size "1 KB">
    4646
    47 <!ENTITY gcc-branch_update-patch "gcc-&gcc-version;-branch_update-5.patch">
    48 <!ENTITY gcc-branch_update-patch-md5 "d52b227655a341694809de17eba2d58d">
    49 <!ENTITY gcc-branch_update-patch-size "359 KB">
     47<!ENTITY gcc-branch_update-patch "gcc-&gcc-version;-branch_update-1.patch">
     48<!ENTITY gcc-branch_update-patch-md5 "4c81822aab054101a112d4879ce34fe4">
     49<!ENTITY gcc-branch_update-patch-size "442 KB">
    5050
    5151<!ENTITY gcc-posix-patch "gcc-&gcc-version;-posix-1.patch">
    52 <!ENTITY gcc-posix-patch-md5 "ccc0d5f959234bf4fed2b6fa338d6117">
    53 <!ENTITY gcc-posix-patch-size "13 KB">
     52<!ENTITY gcc-posix-patch-md5 "22e096640c1ac70421336cba0f80d70f">
     53<!ENTITY gcc-posix-patch-size "14 KB">
    5454
    5555<!ENTITY gcc-specs-patch "gcc-&gcc-version;-specs-1.patch">
    56 <!ENTITY gcc-specs-patch-md5 "3da1b54d2f8145310e5426e5b7545182">
     56<!ENTITY gcc-specs-patch-md5 "76e36d37161a1b2df151a6c5915000e4">
    5757<!ENTITY gcc-specs-patch-size "16 KB">
    5858
     
    150150
    151151<!ENTITY gcc-pure64-patch "gcc-&gcc-version;-pure64-1.patch">
    152 <!ENTITY gcc-pure64-patch-md5 "5ed31dd2cd54388ac78240b7b9505b33">
     152<!ENTITY gcc-pure64-patch-md5 "48a1031f7a9f7966fa4d1cede4fcbac0">
    153153<!ENTITY gcc-pure64-patch-size "8 KB">
    154154
    155155<!ENTITY gcc-specs_pure64-patch "gcc-&gcc-version;-pure64_specs-1.patch">
    156 <!ENTITY gcc-specs_pure64-patch-md5 "39199e76b77cea53033290a576767a16">
     156<!ENTITY gcc-specs_pure64-patch-md5 "7eb1893d7113804cd194b0bb2831ad7a">
    157157<!ENTITY gcc-specs_pure64-patch-size "16 KB">
    158158
  • BOOK/temp-system/ppc/gcc.xml

    r207aad6 r77e17c8d  
    2222  <sect2 role="installation">
    2323    <title>Installation of GCC</title>
    24 
    25     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    26     href="../../final-system/ppc/gcc.xml"
    27     xpointer="xpointer(//*[@os='pp1'])"/>
    28 
    29     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    30     href="../../final-system/ppc/gcc.xml"
    31     xpointer="xpointer(//*[@os='pp2'])"/>
    3224
    3325    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-system/ppc64/gcc.xml

    r207aad6 r77e17c8d  
    2222  <sect2 role="installation">
    2323    <title>Installation of GCC</title>
    24 
    25     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    26     href="../../final-system/ppc/gcc.xml"
    27     xpointer="xpointer(//*[@os='pp1'])"/>
    28 
    29     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    30     href="../../final-system/ppc/gcc.xml"
    31     xpointer="xpointer(//*[@os='pp2'])"/>
    3224
    3325    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.