Ignore:
Timestamp:
Aug 27, 2012, 5:53:04 PM (12 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
d61657d
Parents:
00d5d8eb
Message:

Update ppl cross-tools and tools to properly find and use the correct gmp.

File:
1 edited

Legend:

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

    r00d5d8eb r36a0aca  
    2828    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    2929    --enable-interfaces="c,cxx" --enable-shared --disable-optimization \
    30     --with-gmp=/tools</userinput></screen>
    31 
    32     <para os="bp1">When PPL is cross-compiled, it does not check whether
    33     GMP was compiled with support for exceptions, and simply assumes it was not.
    34     This assumption is incorrect, so we will fix that:</para>
    35 
    36 <screen os="bp2"><userinput>echo '#define PPL_GMP_SUPPORTS_EXCEPTIONS 1' >> confdefs.h</userinput></screen>
     30    --with-gmp-include=/tools/include --with-gmp-lib=/tools/lib</userinput></screen>
    3731
    3832    <para os="c">Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.