Changeset d08e660 for BOOK/cross-tools/mips64-64
- Timestamp:
- Sep 7, 2012, 1:33:33 PM (12 years ago)
- Branches:
- clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- fe61c5a
- Parents:
- cf7616f
- Location:
- BOOK/cross-tools/mips64-64
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/mips64-64/gcc-final.xml
rcf7616f rd08e660 79 79 --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} \ 80 80 --with-sysroot=${CLFS} --with-local-prefix=/tools --disable-nls \ 81 --enable-shared -- enable-languages=c,c++ --enable-__cxa_atexit\82 -- with-mpfr=/cross-tools --with-gmp=/cross-tools --enable-c99\83 -- with-ppl=/cross-tools --with-cloog=/cross-tools \81 --enable-shared --disable-static --enable-languages=c,c++ \ 82 --enable-__cxa_atexit --with-mpfr=/cross-tools --with-gmp=/cross-tools \ 83 --enable-c99 --with-ppl=/cross-tools --with-cloog=/cross-tools \ 84 84 --enable-long-long --enable-threads=posix --with-abi=64\ 85 85 --disable-multilib --enable-cloog-backend=isl</userinput></screen> -
BOOK/cross-tools/mips64-64/gcc-static.xml
rcf7616f rd08e660 88 88 --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 89 89 --with-sysroot=${CLFS} --with-local-prefix=/tools --disable-nls \ 90 --disable-shared -- with-mpfr=/cross-tools --with-gmp=/cross-tools \91 --with- ppl=/cross-tools --with-cloog=/cross-tools \90 --disable-shared --disable-static --with-mpfr=/cross-tools \ 91 --with-gmp=/cross-tools --with-ppl=/cross-tools --with-cloog=/cross-tools \ 92 92 --without-headers --with-newlib --disable-decimal-float \ 93 93 --disable-libgomp --disable-libmudflap --disable-libssp \
Note:
See TracChangeset
for help on using the changeset viewer.