Changeset fd54d80 for BOOK/temp-system
- Timestamp:
- Jul 4, 2009, 9:03:56 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:
- 1c78387
- Parents:
- 3c32719
- Location:
- BOOK/temp-system
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/64/cloog-ppl.xml
r3c32719 rfd54d80 38 38 39 39 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 40 --build=${CLFS_HOST} --host=${CLFS_TARGET}\41 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/64/gcc.xml
r3c32719 rfd54d80 83 83 --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \ 84 84 --libexecdir=/tools/lib --with-local-prefix=/tools --enable-long-long \ 85 --with-mpfr=/tools --with-gmp=/tools --with-ppl=/tools --with-cloog=/tools \ 85 86 --enable-c99 --enable-shared --enable-threads=posix --disable-nls \ 86 87 --enable-__cxa_atexit --enable-languages=c,c++ --disable-libstdcxx-pch</userinput></screen> -
BOOK/temp-system/64/ppl.xml
r3c32719 rfd54d80 39 39 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 40 40 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 41 --enable-shared --with-libgmp-prefix=/tools \ 41 --enable-interfaces="c,cxx" \ 42 --enable-shared --with-libgmp-prefix=/tools \ 42 43 --with-libgmpxx-prefix=/tools</userinput></screen> 43 44 -
BOOK/temp-system/common/cloog-ppl.xml
r3c32719 rfd54d80 36 36 37 37 <screen os="b"><userinput>./configure --prefix=/tools \ 38 --build=${CLFS_HOST} --host=${CLFS_TARGET}\39 38 --build=${CLFS_HOST} --host=${CLFS_TARGET} --with-bits=gmp \ 39 --with-ppl=/tools --with-gmp=/tools</userinput></screen> 40 40 41 41 <para os="c">Compile the package:</para> -
BOOK/temp-system/common/gcc.xml
r3c32719 rfd54d80 80 80 --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \ 81 81 --with-local-prefix=/tools --enable-long-long --enable-c99 \ 82 --with-mpfr=/tools --with-gmp=/tools --with-ppl=/tools --with-cloog=/tools \ 82 83 --enable-shared --enable-threads=posix --enable-__cxa_atexit \ 83 84 --disable-nls --enable-languages=c,c++ --disable-libstdcxx-pch \ -
BOOK/temp-system/common/ppl.xml
r3c32719 rfd54d80 37 37 <screen os="b"><userinput>./configure --prefix=/tools \ 38 38 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 39 --enable-interfaces="c,cxx" \ 39 40 --with-libgmp-prefix=/tools --with-libgmpxx-prefix=/tools</userinput></screen> 40 41 -
BOOK/temp-system/mips64/gcc.xml
r3c32719 rfd54d80 83 83 --libdir=/tools/lib64 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 84 84 --target=${CLFS_TARGET} --with-local-prefix=/tools --enable-long-long \ 85 --with-mpfr=/tools --with-gmp=/tools --with-ppl=/tools --with-cloog=/tools \ 85 86 --enable-c99 --enable-shared --enable-threads=posix \ 86 87 --enable-__cxa_atexit --disable-nls --enable-languages=c,c++ \ -
BOOK/temp-system/multilib/cloog-ppl.xml
r3c32719 rfd54d80 38 38 39 39 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 40 --build=${CLFS_HOST} --host=${CLFS_TARGET} \41 40 --build=${CLFS_HOST} --host=${CLFS_TARGET} --with-bits=gmp \ 41 --libdir=/tools/lib64 --enable-shared \ 42 42 --with-gmp=/tools --with-ppl=/tools</userinput></screen> 43 43 -
BOOK/temp-system/multilib/gcc.xml
r3c32719 rfd54d80 83 83 --libdir=/tools/lib64 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 84 84 --target=${CLFS_TARGET} --with-local-prefix=/tools --enable-long-long \ 85 --with-mpfr=/tools --with-gmp=/tools --with-ppl=/tools --with-cloog=/tools \ 85 86 --enable-c99 --enable-shared --enable-threads=posix \ 86 87 --enable-__cxa_atexit --disable-nls --enable-languages=c,c++ \ -
BOOK/temp-system/multilib/ppl.xml
r3c32719 rfd54d80 39 39 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 40 40 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 41 42 --with-libgmp-prefix=/tools --with-libgmpxx-prefix=/tools</userinput></screen>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.