- Timestamp:
- Aug 26, 2012, 10:31:24 PM (12 years ago)
- Branches:
- clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 6b2fbfc
- Parents:
- 3e0fdeb
- Location:
- BOOK
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/ppl.xml
r3e0fdeb r80e604c 29 29 ./configure --prefix=/cross-tools --enable-shared \ 30 30 --enable-interfaces="c,cxx" --disable-optimization \ 31 --with-libgmp-prefix=/cross-tools \ 32 --with-libgmpxx-prefix=/cross-tools</userinput></screen> 31 --with-gmp=/cross-tools</userinput></screen> 33 32 34 33 <para os="c">Compile the package:</para> -
BOOK/temp-system/64/ppl.xml
r3e0fdeb r80e604c 30 30 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 31 31 --enable-interfaces="c,cxx" --enable-shared \ 32 --disable-optimization --with-libgmp-prefix=/tools \ 33 --with-libgmpxx-prefix=/tools</userinput></screen> 32 --disable-optimization --with-gmp=/tools</userinput></screen> 34 33 35 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/common/ppl.xml
r3e0fdeb r80e604c 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>30 --with-gmp=/tools</userinput></screen> 31 31 32 32 <para os="bp1">When PPL is cross-compiled, it does not check whether -
BOOK/temp-system/multilib/ppl.xml
r3e0fdeb r80e604c 30 30 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 31 31 --enable-interfaces="c,cxx" --libdir=/tools/lib64 --enable-shared \ 32 --disable-optimization --with-libgmp-prefix=/tools \ 33 --with-libgmpxx-prefix=/tools</userinput></screen> 32 --disable-optimization --with-gmp=/tools</userinput></screen> 34 33 35 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.