Changeset b0b1007 in clfs-embedded for BOOK/cross-tools/common/gmp.xml


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.

File:
1 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>
Note: See TracChangeset for help on using the changeset viewer.