Changeset b0b1007 in clfs-embedded


Ignore:
Timestamp:
Nov 21, 2010, 6:47:53 AM (13 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
85fc1b3
Parents:
6a5e076
Message:

Updated GMP to 5.0.1.

Files:
1 deleted
5 edited

Legend:

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

    r6a5e076 rb0b1007  
    2727    <title>Installation of GMP</title>
    2828
    29     <para os="p1">The following patch contains a number of updates to the
    30     &gmp-version; branch by the GMP developers:</para>
    31 
    32 <screen os="p2"><userinput>patch -Np1 -i ../&gmp-branch_update-patch;</userinput></screen>
    33 
    3429    <para os="a">Prepare GMP for compilation:</para>
    3530
    36 <screen os="b"><userinput>./configure --prefix=/cross-tools \
    37   --enable-mpbsd</userinput></screen>
     31<screen os="b"><userinput>CPPFLAGS=-fexceptions ./configure \
     32    --prefix=${CLFS}/cross-tools</userinput></screen>
    3833
    3934    <para os="c">Compile the package:</para>
  • BOOK/introduction/common/changelog.xml

    r6a5e076 rb0b1007  
    4040      <para>November 21, 2010</para>
    4141      <itemizedlist>
     42        <listitem>
     43          <para>[jciccone] - Updated GMP to 5.0.1.</para>
     44        </listitem>
    4245        <listitem>
    4346          <para>[jciccone] - Updated the Linux Kernel to 2.6.36.</para>
  • BOOK/materials/common/patches.xml

    r6a5e076 rb0b1007  
    6565
    6666    <varlistentry>
    67       <term>GMP Branch Update Patch - <token>&gmp-branch_update-patch-size;</token>:</term>
    68       <listitem>
    69         <para>Download: <ulink
    70         url="&patches-root;&gmp-branch_update-patch;"/></para>
    71         <para>MD5 sum: <literal>&gmp-branch_update-patch-md5;</literal></para>
    72       </listitem>
    73     </varlistentry>
    74 
    75     <varlistentry>
    7667      <term>MPFR Branch Update Patch - <token>&mpfr-branch_update-patch-size;</token>:</term>
    7768      <listitem>
  • BOOK/packages.ent

    r6a5e076 rb0b1007  
    4141<!ENTITY gcc-home "http://gcc.gnu.org">
    4242
    43 <!ENTITY gmp-version "4.2.4">
    44 <!ENTITY gmp-size "1,670 KB">
     43<!ENTITY gmp-version "5.0.1">
     44<!ENTITY gmp-size "1,960 KB">
    4545<!ENTITY gmp-url "&gnu;gmp/gmp-&gmp-version;.tar.bz2">
    46 <!ENTITY gmp-md5 "fc1e3b3a2a5038d4d74138d0b9cf8dbe">
     46<!ENTITY gmp-md5 "6bac6df75c192a13419dfd71d19240a7">
    4747<!ENTITY gmp-home "http://gmplib.org/">
    4848
  • BOOK/patches.ent

    r6a5e076 rb0b1007  
    2424<!ENTITY gcc-posix-patch-md5 "ccc0d5f959234bf4fed2b6fa338d6117">
    2525<!ENTITY gcc-posix-patch-size "13 KB">
    26 
    27 <!ENTITY gmp-branch_update-patch "gmp-&gmp-version;-branch_update-1.patch">
    28 <!ENTITY gmp-branch_update-patch-md5 "31606a19116f646a2d891d639fbfc339">
    29 <!ENTITY gmp-branch_update-patch-size "10 KB">
    3026
    3127<!ENTITY mpfr-branch_update-patch "mpfr-&mpfr-version;-branch_update-1.patch">
Note: See TracChangeset for help on using the changeset viewer.