Ignore:
Timestamp:
Jun 3, 2013, 12:47:12 PM (11 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
578cf221
Parents:
99732db
Message:

Update gmp configure commands after removing PPL.

File:
1 edited

Legend:

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

    r99732db r3ed0369  
    3535    <para os="a">Prepare GMP for compilation:</para>
    3636
    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>
    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>
    4942
    5043      <varlistentry>
Note: See TracChangeset for help on using the changeset viewer.