Changeset 73ace20 for BOOK/temp-system/common/ppl.xml
- Timestamp:
- Oct 10, 2012, 6:42:21 PM (12 years ago)
- Branches:
- clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- f7b2c72
- Parents:
- 0cce40d (diff), 80cbd64 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/ppl.xml
r0cce40d r73ace20 28 28 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 29 29 --enable-interfaces="c,cxx" --enable-shared --disable-optimization \ 30 --with-libgmp-prefix=/tools --with-libgmpxx-prefix=/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.