Ignore:
Timestamp:
Sep 24, 2013, 11:53:17 AM (11 years ago)
Author:
William Harrington <kb0iic@…>
Children:
2e9ccbe
Parents:
111b12a
Message:

Prepare for CLFS-2.0.0 release.

File:
1 edited

Legend:

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

    r111b12a r76b06f6  
    3535    <para os="a">Prepare GMP for compilation:</para>
    3636
    37 <screen os="b"><userinput>./configure --prefix=/cross-tools --enable-cxx \
    38   --disable-static</userinput></screen>
     37<screen os="b"><userinput>CPPFLAGS=-fexceptions ./configure \
     38    --prefix=/cross-tools --enable-cxx --disable-static</userinput></screen>
    3939
    4040    <variablelist os="b1">
    4141      <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>
    4249
    4350      <varlistentry>
Note: See TracChangeset for help on using the changeset viewer.