Changeset 36a0aca for BOOK/temp-system/common
- Timestamp:
- Aug 27, 2012, 5:53:04 PM (12 years ago)
- Branches:
- clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- d61657d
- Parents:
- 00d5d8eb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/ppl.xml
r00d5d8eb r36a0aca 28 28 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 29 29 --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> 37 31 38 32 <para os="c">Compile the package:</para>
Note:
See TracChangeset
for help on using the changeset viewer.