Changeset fd54d80 for BOOK/cross-tools
- 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/cross-tools
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/cloog-ppl.xml
r3c32719 rfd54d80 36 36 37 37 <screen os="b"><userinput>LDFLAGS="-Wl,-rpath,/cross-tools/lib" \ 38 ./configure --prefix=/cross-tools --enable-shared \38 ./configure --prefix=/cross-tools --enable-shared --with-bits=gmp \ 39 39 --with-gmp=/cross-tools --with-ppl=/cross-tools</userinput></screen> 40 40 -
BOOK/cross-tools/common/gcc-final.xml
r3c32719 rfd54d80 81 81 --enable-shared --enable-languages=c,c++ --enable-__cxa_atexit \ 82 82 --with-mpfr=/cross-tools --with-gmp=/cross-tools --enable-c99 \ 83 --with-ppl=/cross-tools --with-cloog=/cross-tools \ 83 84 --enable-long-long --enable-threads=posix --disable-multilib</userinput></screen> 84 85 -
BOOK/cross-tools/common/gcc-static.xml
r3c32719 rfd54d80 79 79 --with-sysroot=${CLFS} --with-local-prefix=/tools --disable-nls \ 80 80 --disable-shared --with-mpfr=/cross-tools --with-gmp=/cross-tools \ 81 --with-ppl=/cross-tools --with-cloog=/cross-tools \ 81 82 --without-headers --with-newlib --disable-decimal-float \ 82 83 --disable-libgomp --disable-libmudflap --disable-libssp \ -
BOOK/cross-tools/common/ppl.xml
r3c32719 rfd54d80 37 37 <screen os="b"><userinput>LDFLAGS="-Wl,-rpath,/cross-tools/lib" \ 38 38 ./configure --prefix=/cross-tools --enable-shared \ 39 --enable-interfaces="c,cxx" \ 39 40 --with-libgmp-prefix=/cross-tools --with-libgmpxx-prefix=/cross-tools</userinput></screen> 40 41 -
BOOK/cross-tools/mips64-64/gcc-final.xml
r3c32719 rfd54d80 81 81 --enable-shared --enable-languages=c,c++ --enable-__cxa_atexit \ 82 82 --with-mpfr=/cross-tools --with-gmp=/cross-tools --enable-c99 \ 83 --with-ppl=/cross-tools --with-cloog=/cross-tools \ 83 84 --enable-long-long --enable-threads=posix --with-abi=64</userinput></screen> 84 85 -
BOOK/cross-tools/mips64-64/gcc-static.xml
r3c32719 rfd54d80 89 89 --with-sysroot=${CLFS} --with-local-prefix=/tools --disable-nls \ 90 90 --disable-shared --with-mpfr=/cross-tools --with-gmp=/cross-tools \ 91 --with-ppl=/cross-tools --with-cloog=/cross-tools \ 91 92 --without-headers --with-newlib --disable-decimal-float \ 92 93 --disable-libgomp --disable-libmudflap --disable-libssp \ -
BOOK/cross-tools/multilib/gcc-final.xml
r3c32719 rfd54d80 81 81 --enable-shared --enable-languages=c,c++ --enable-__cxa_atexit \ 82 82 --with-mpfr=/cross-tools --with-gmp=/cross-tools --enable-c99 \ 83 --with-ppl=/cross-tools --with-cloog=/cross-tools \ 83 84 --enable-long-long --enable-threads=posix</userinput></screen> 84 85 -
BOOK/cross-tools/multilib/gcc-static.xml
r3c32719 rfd54d80 89 89 --with-sysroot=${CLFS} --with-local-prefix=/tools --disable-nls \ 90 90 --disable-shared --with-mpfr=/cross-tools --with-gmp=/cross-tools \ 91 --with-ppl=/cross-tools --with-cloog=/cross-tools \ 91 92 --without-headers --with-newlib --disable-decimal-float \ 92 93 --disable-libgomp --disable-libmudflap --disable-libssp \
Note:
See TracChangeset
for help on using the changeset viewer.