Changeset 5ae3520 for BOOK/temp-system
- Timestamp:
- Jul 6, 2009, 10:53:19 AM (15 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- eaff4b6
- Parents:
- e37e5b2
- Location:
- BOOK/temp-system
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/64/cloog-ppl.xml
re37e5b2 r5ae3520 38 38 39 39 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 40 --build=${CLFS_HOST} --host=${CLFS_TARGET} --with-bits=gmp \41 --enable-shared --with-gmp=/tools --with-ppl=/tools</userinput></screen>40 --build=${CLFS_HOST} --host=${CLFS_TARGET} --with-bits=gmp \ 41 --enable-shared --with-gmp=/tools --with-ppl=/tools</userinput></screen> 42 42 43 43 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/temp-system/common/ppl.xml
re37e5b2 r5ae3520 37 37 <screen os="b"><userinput>./configure --prefix=/tools \ 38 38 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 39 40 39 --enable-interfaces="c,cxx" \ 40 --with-libgmp-prefix=/tools --with-libgmpxx-prefix=/tools</userinput></screen> 41 41 42 42 <para os="bp1">PPL doesn't check to see if GMP was compiled with support for -
BOOK/temp-system/multilib/ppl.xml
re37e5b2 r5ae3520 39 39 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 40 40 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 41 42 41 --enable-interfaces="c,cxx" --libdir=/tools/lib64 --enable-shared \ 42 --with-libgmp-prefix=/tools --with-libgmpxx-prefix=/tools</userinput></screen> 43 43 44 44 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.