Changeset 3ed0369 for BOOK/cross-tools/common
- Timestamp:
- Jun 3, 2013, 12:47:12 PM (11 years ago)
- Branches:
- clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 578cf221
- Parents:
- 99732db
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/gmp.xml
r99732db r3ed0369 35 35 <para os="a">Prepare GMP for compilation:</para> 36 36 37 <screen os="b"><userinput> CPPFLAGS=-fexceptions ./configure\38 --prefix=/cross-tools --enable-cxx--disable-static</userinput></screen>37 <screen os="b"><userinput>./configure --prefix=/cross-tools --enable-cxx \ 38 --disable-static</userinput></screen> 39 39 40 40 <variablelist os="b1"> 41 41 <title>The meaning of the new configure options:</title> 42 43 <varlistentry>44 <term><parameter>CPPFLAGS=-fexceptions</parameter></term>45 <listitem>46 <para>Allows GMP to handle C++ exceptions thrown by PPL.</para>47 </listitem>48 </varlistentry>49 42 50 43 <varlistentry>
Note:
See TracChangeset
for help on using the changeset viewer.