Changeset b0b1007 in clfs-embedded for BOOK/cross-tools/common
- Timestamp:
- Nov 21, 2010, 6:47:53 AM (14 years ago)
- Branches:
- master
- Children:
- 85fc1b3
- Parents:
- 6a5e076
- File:
-
- 1 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>
Note:
See TracChangeset
for help on using the changeset viewer.