Changeset 85fc1b3 in clfs-embedded for BOOK/cross-tools
- Timestamp:
- Nov 21, 2010, 7:51:24 AM (14 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/mpfr.xml
rb0b1007 r85fc1b3 27 27 <title>Installation of MPFR</title> 28 28 29 <para os="p1">The following patch contains a number of updates to the30 &mpfr-version; branch by the MPFR developers:</para>31 32 <screen os="p2"><userinput>patch -Np1 -i ../&mpfr-branch_update-patch;</userinput></screen>33 34 29 <para os="a">Prepare MPFR for compilation:</para> 35 30 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> 39 34 40 35 <para os="c">Compile the package:</para>
Note:
See TracChangeset
for help on using the changeset viewer.