- Timestamp:
- Nov 21, 2010, 2:47:53 PM (14 years ago)
- Branches:
- master
- Children:
- 85fc1b3
- Parents:
- 6a5e076
- Location:
- BOOK
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/gmp.xml
r6a5e076 rb0b1007 27 27 <title>Installation of GMP</title> 28 28 29 <para os="p1">The following patch contains a number of updates to the30 &gmp-version; branch by the GMP developers:</para>31 32 <screen os="p2"><userinput>patch -Np1 -i ../&gmp-branch_update-patch;</userinput></screen>33 34 29 <para os="a">Prepare GMP for compilation:</para> 35 30 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> 38 33 39 34 <para os="c">Compile the package:</para> -
BOOK/introduction/common/changelog.xml
r6a5e076 rb0b1007 40 40 <para>November 21, 2010</para> 41 41 <itemizedlist> 42 <listitem> 43 <para>[jciccone] - Updated GMP to 5.0.1.</para> 44 </listitem> 42 45 <listitem> 43 46 <para>[jciccone] - Updated the Linux Kernel to 2.6.36.</para> -
BOOK/materials/common/patches.xml
r6a5e076 rb0b1007 65 65 66 66 <varlistentry> 67 <term>GMP Branch Update Patch - <token>&gmp-branch_update-patch-size;</token>:</term>68 <listitem>69 <para>Download: <ulink70 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>76 67 <term>MPFR Branch Update Patch - <token>&mpfr-branch_update-patch-size;</token>:</term> 77 68 <listitem> -
BOOK/packages.ent
r6a5e076 rb0b1007 41 41 <!ENTITY gcc-home "http://gcc.gnu.org"> 42 42 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"> 45 45 <!ENTITY gmp-url "&gnu;gmp/gmp-&gmp-version;.tar.bz2"> 46 <!ENTITY gmp-md5 " fc1e3b3a2a5038d4d74138d0b9cf8dbe">46 <!ENTITY gmp-md5 "6bac6df75c192a13419dfd71d19240a7"> 47 47 <!ENTITY gmp-home "http://gmplib.org/"> 48 48 -
BOOK/patches.ent
r6a5e076 rb0b1007 24 24 <!ENTITY gcc-posix-patch-md5 "ccc0d5f959234bf4fed2b6fa338d6117"> 25 25 <!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">30 26 31 27 <!ENTITY mpfr-branch_update-patch "mpfr-&mpfr-version;-branch_update-1.patch">
Note:
See TracChangeset
for help on using the changeset viewer.