Changes in / [0b8ad1c:04bc1fc]


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified BOOK/temp-system/common/ppl.xml

    r0b8ad1c r04bc1fc  
    4040    --with-libgmp-prefix=/tools --with-libgmpxx-prefix=/tools</userinput></screen>
    4141
    42     <para os="bp1">When PPL is cross-compiled, it does not check whether
    43     GMP was compiled with support for exceptions, and simply assumes it was not.
    44     This assumption is incorrect, so we will fix that:</para>
     42    <para os="bp1">PPL doesn't check to see if GMP was compiled with support for
     43    exceptions when it is being cross-compiled; it simply assumes that it was
     44        not.  This assumption is incorrect, so fix that:</para>
    4545
    4646<screen os="bp2">echo '#define PPL_GMP_SUPPORTS_EXCEPTIONS 1' >> confdefs.h</screen>
Note: See TracChangeset for help on using the changeset viewer.