Changeset 8562

Show
Ignore:
Timestamp:
10/03/08 14:14:18 (2 months ago)
Author:
randy
Message:

Updated GCC to 4.3.2 which includes adding the GMP-4.2.4 and MPFR-2.3.2 packages - This new version of GCC requires the added packages - Thanks to DJ Lucas for the stimulus and initial work resulting in this and all of the other package updates coming up

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BOOK/appendices/acknowledgments.xml

    r8337 r8562  
    6262      <para><ulink url="mailto:randy@linuxfromscratch.org">Randy 
    6363      McMurchy</ulink> &lt;randy@linuxfromscratch.org&gt; &ndash; BLFS 
    64       Project Leader</para> 
     64      Project Leader, LFS Editor</para> 
    6565    </listitem> 
    6666 
     
    6969      Nicholson</ulink> &lt;dnicholson@linuxfromscratch.org&gt; &ndash; LFS and 
    7070      BLFS Editor</para> 
     71    </listitem> 
     72 
     73    <listitem> 
     74      <para><ulink url="mailto:dj@linuxfromscratch.org">DJ Lucas</ulink> 
     75      &lt;dj@linuxfromscratch.org&gt; &ndash; LFS and BLFS Editor</para> 
    7176    </listitem> 
    7277 
  • trunk/BOOK/chapter01/changelog.xml

    r8551 r8562  
    3636    </listitem> 
    3737--> 
     38 
     39    <listitem> 
     40      <para>2008-10-03</para> 
     41      <itemizedlist> 
     42        <listitem> 
     43          <para>[randy] - Updated GCC to 4.3.2 which includes adding the 
     44          GMP-4.2.4 and MPFR-2.3.2 packages. This new version of GCC requires 
     45          the added packages. Thanks to DJ Lucas for the stimulus and initial 
     46          work resulting in this and all of the other package updates coming 
     47          up.</para> 
     48        </listitem> 
     49      </itemizedlist> 
     50    </listitem> 
     51 
    3852    <listitem> 
    3953      <para>2008-07-11</para> 
  • trunk/BOOK/chapter01/whatsnew.xml

    r8545 r8562  
    8787      <para>Glibc &glibc-version;</para> 
    8888    </listitem> 
     89    <!-- <listitem> 
     90      <para>GMP &gmp-version;</para> 
     91    </listitem> --> 
    8992    <listitem> 
    9093      <para>Grep &grep-version;</para> 
     
    141144      <para>Module-Init-Tools &module-init-tools-version;</para> 
    142145    </listitem> 
     146    <!-- <listitem> 
     147      <para>MPFR &mpfr-version;</para> 
     148    </listitem> --> 
    143149    <!--<listitem> 
    144150      <para>Ncurses &ncurses-version;</para> 
     
    218224 
    219225    <listitem> 
     226      <para>GMP-&gmp-version;</para> 
     227    </listitem> 
     228 
     229    <listitem> 
    220230      <para>&grep-debian-patch;</para> 
    221231    </listitem> 
     
    231241    <listitem> 
    232242      <para>&module-init-manpages-patch;</para> 
     243    </listitem> 
     244 
     245    <listitem> 
     246      <para>MPFR-&mpfr-version;</para> 
    233247    </listitem> 
    234248 
  • trunk/BOOK/chapter05/chapter05.xml

    r8458 r8562  
    2222  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="expect.xml"/> 
    2323  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="dejagnu.xml"/> 
     24  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gmp.xml"/> 
     25  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mpfr.xml"/> 
    2426  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gcc-pass2.xml"/> 
    2527  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="binutils-pass2.xml"/> 
  • trunk/BOOK/chapter05/gcc-pass1.xml

    r8389 r8562  
    4444    <title>Installation of GCC</title> 
    4545 
     46    <para>GCC now requires the GMP and MPFR packages. As these packages may 
     47    not be included in your host distribution, they will be built with 
     48    GCC.</para> 
     49 
     50<screen><userinput remap="pre">tar -jxf ../mpfr/&mpfr-version;.tar.bz2 &amp;&amp; 
     51mv mpfr-&mpfr-version; mpfr &amp;&amp; 
     52tar -jxf ../gmp-&gmp-version;.tar.bz2 &amp;&amp; 
     53mv gmp-&gmp-version; gmp</userinput></screen> 
     54 
    4655    <para>The GCC documentation recommends building GCC outside of the 
    4756    source directory in a dedicated build directory:</para> 
     
    5463<screen><userinput remap="configure">CC="gcc -B/usr/bin/" ../gcc-&gcc-version;/configure --prefix=/tools \ 
    5564    --with-local-prefix=/tools --disable-nls --enable-shared \ 
    56     --enable-languages=c</userinput></screen> 
     65    --enable-languages=c --disable-decimal-float</userinput></screen> 
    5766 
    5867    <variablelist> 
  • trunk/BOOK/chapter06/chapter06.xml

    r8470 r8562  
    2323  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="readjusting.xml"/> 
    2424  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="binutils.xml"/> 
     25  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gmp.xml"/> 
     26  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mpfr.xml"/> 
    2527  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gcc.xml"/> 
    2628  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="db.xml"/> 
  • trunk/BOOK/general.ent

    r8551 r8562  
    11<?xml version="1.0" encoding="ISO-8859-1"?> 
    2 <!ENTITY version "SVN-20080711"> 
    3 <!ENTITY releasedate "July 11, 2008"> 
     2<!ENTITY version "SVN-20081003"> 
     3<!ENTITY releasedate "October 3, 2008"> 
    44<!ENTITY copyrightdate "1999&ndash;2008"> 
    55<!ENTITY milestone "7.0"> 
  • trunk/BOOK/packages.ent

    r8548 r8562  
    171171<!ENTITY gawk-ch6-sbu "0.2 SBU"> 
    172172 
    173 <!ENTITY gcc-version "4.2.3"> 
    174 <!ENTITY gcc-size "43,413 KB"> 
     173<!ENTITY gcc-version "4.3.2"> 
     174<!ENTITY gcc-size "58,929 KB"> 
    175175<!ENTITY gcc-url "&gnu;gcc/gcc-&gcc-version;/gcc-&gcc-version;.tar.bz2"> 
    176 <!ENTITY gcc-md5 "ef2a4d9991b3644115456ea05b2b8163"> 
     176<!ENTITY gcc-md5 "5dfac5da961ecd5f227c3175859a486d"> 
    177177<!ENTITY gcc-home "http://gcc.gnu.org/"> 
    178 <!ENTITY gcc-ch5p1-du "655 MB"> 
    179 <!ENTITY gcc-ch5p1-sbu "9.2 SBU"> 
    180 <!ENTITY gcc-ch5p2-du "553 MB"> 
    181 <!ENTITY gcc-ch5p2-sbu "4.2 SBU"> 
    182 <!ENTITY gcc-ch6-du "681 MB testsuite included"> 
    183 <!ENTITY gcc-ch6-sbu "22 SBU testsuite included"> 
     178<!ENTITY gcc-ch5p1-du "1.1 GB"> 
     179<!ENTITY gcc-ch5p1-sbu "22 SBU"> 
     180<!ENTITY gcc-ch5p2-du "865 MB"> 
     181<!ENTITY gcc-ch5p2-sbu "6.5 SBU"> 
     182<!ENTITY gcc-ch6-du "1.1 GB testsuite included"> 
     183<!ENTITY gcc-ch6-sbu "25 SBU testsuite included"> 
    184184 
    185185<!ENTITY gettext-version "0.17"> 
     
    208208<!ENTITY glibc-libidn-home " "> 
    209209 
     210<!ENTITY gmp-version "4.2.4"> 
     211<!ENTITY gmp-size "1,170 KB"> 
     212<!ENTITY gmp-url "&gnu;gmp/gmp-&gmp-version;.tar.bz2"> 
     213<!ENTITY gmp-md5 "fc1e3b3a2a5038d4d74138d0b9cf8dbe"> 
     214<!ENTITY gmp-home "&gnu-software;gmp/"> 
     215<!ENTITY gmp-ch5-du "22.9 MB"> 
     216<!ENTITY gmp-ch5-sbu "0.8 SBU"> 
     217<!ENTITY gmp-ch6-du "39.4 MB testsuite included"> 
     218<!ENTITY gmp-ch6-sbu "1.5 SBU testsuite included"> 
     219 
    210220<!ENTITY grep-version "2.5.3"> 
    211221<!ENTITY grep-size "604 KB"> 
     
    368378<!ENTITY module-init-tools-ch6-du "8 MB"> 
    369379<!ENTITY module-init-tools-ch6-sbu "less than 0.1 SBU"> 
     380 
     381<!ENTITY mpfr-version "2.3.2"> 
     382<!ENTITY mpfr-size "986 KB"> 
     383<!ENTITY mpfr-url "http://www.mpfr.org/mpfr-current/mpfr-&mpfr-version;.tar.bz2"> 
     384<!ENTITY mpfr-md5 "527147c097874340cb9cee0579dacf3b"> 
     385<!ENTITY mpfr-home "http://www.mpfr.org/"> 
     386<!ENTITY mpfr-ch5-du "19.3 MB"> 
     387<!ENTITY mpfr-ch5-sbu "0.5 SBU"> 
     388<!ENTITY mpfr-ch6-du "39.4 MB testsuite included"> 
     389<!ENTITY mpfr-ch6-sbu "1.2 SBU testsuite included"> 
    370390 
    371391<!ENTITY ncurses-version "5.6">