Changes in BOOK/cross-tools/common/gmp.xml [ccb7ecb:dabbced]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/gmp.xml
rccb7ecb rdabbced 33 33 --> 34 34 35 <note os="n1">36 <para>If you are building with a host which has 32-bit user-space with a37 64-bit capable CPU, cross-tools GMP will attempt to link with 64-bit38 libraries. Add the following variable during <command>configure</command>39 to force GMP's ABI: <command>./configure ABI=32</command></para>40 </note>41 42 35 <para os="a">Prepare GMP for compilation:</para> 43 36 44 <screen os="b"><userinput>./configure --prefix=/cross-tools --enable-cxx \ 45 --disable-static</userinput></screen> 46 47 <variablelist os="b1"> 48 <title>The meaning of the new configure options:</title> 49 50 <varlistentry> 51 <term><parameter>--enable-cxx</parameter></term> 52 <listitem> 53 <para>This tells GMP to enable C++ support.</para> 54 </listitem> 55 </varlistentry> 56 57 </variablelist> 37 <screen os="b"><userinput>CPPFLAGS=-fexceptions ./configure \ 38 --prefix=/cross-tools --enable-cxx</userinput></screen> 58 39 59 40 <para os="c">Compile the package:</para>
Note:
See TracChangeset
for help on using the changeset viewer.