Changeset 85fc1b3 in clfs-embedded for BOOK/cross-tools/common


Ignore:
Timestamp:
Nov 21, 2010, 7:51:24 AM (13 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
c747e18
Parents:
b0b1007
git-author:
Joe Ciccone <jciccone@…> (11/21/10 07:49:40)
git-committer:
Joe Ciccone <jciccone@…> (11/21/10 07:51:24)
Message:

Updated MPFR to 3.0.0.

File:
1 edited

Legend:

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

    rb0b1007 r85fc1b3  
    2727    <title>Installation of MPFR</title>
    2828
    29     <para os="p1">The following patch contains a number of updates to the
    30     &mpfr-version; branch by the MPFR developers:</para>
    31 
    32 <screen os="p2"><userinput>patch -Np1 -i ../&mpfr-branch_update-patch;</userinput></screen>
    33 
    3429    <para os="a">Prepare MPFR for compilation:</para>
    3530
    36 <screen os="b"><userinput>LDFLAGS="-Wl,-rpath,/cross-tools/lib" \
    37   ./configure --prefix=/cross-tools --enable-shared \
    38   --with-gmp=/cross-tools</userinput></screen>
     31<screen os="b"><userinput>LDFLAGS="-Wl,-rpath,${CLFS}/cross-tools/lib" \
     32  ./configure --prefix=${CLFS}/cross-tools --enable-shared \
     33  --with-gmp=${CLFS}/cross-tools</userinput></screen>
    3934
    4035    <para os="c">Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.