Changeset f6853e3 for BOOK/cross-tools/mips64-64
- Timestamp:
- Nov 27, 2015, 10:35:35 AM (9 years ago)
- Branches:
- master, systemd
- Children:
- be23bc2
- Parents:
- 9edc616
- Location:
- BOOK/cross-tools/mips64-64
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/mips64-64/gcc-final.xml
r9edc616 rf6853e3 63 63 --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} \ 64 64 --with-sysroot=${CLFS} --with-local-prefix=/tools \ 65 --with-native-system-header-dir=/tools/include --disable-nls \ 66 --disable-static --enable-languages=c,c++ \ 67 --enable-__cxa_atexit --enable-threads=posix \ 68 --disable-multilib --with-mpc=/cross-tools --with-mpfr=/cross-tools \ 69 --with-gmp=/cross-tools --with-cloog=/cross-tools \ 70 --with-isl=/cross-tools --with-system-zlib --enable-checking=release \ 71 --enable-libstdcxx-time --with-abi=64</userinput></screen> 65 --with-native-system-header-dir=/tools/include --disable-static \ 66 --enable-languages=c,c++ --disable-multilib --with-mpc=/cross-tools \ 67 --with-mpfr=/cross-tools --with-gmp=/cross-tools --with-isl=/cross-tools \ 68 --with-system-zlib --with-abi=64 --disable-bootstrap</userinput></screen> 72 69 73 70 <variablelist os="bg"> -
BOOK/cross-tools/mips64-64/gcc-static.xml
r9edc616 rf6853e3 76 76 --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 77 77 --with-sysroot=${CLFS} --with-local-prefix=/tools \ 78 --with-native-system-header-dir=/tools/include --disable-nls \ 79 --disable-shared --with-mpfr=/cross-tools --with-gmp=/cross-tools \ 80 --with-isl=/cross-tools --with-cloog=/cross-tools --with-mpc=/cross-tools \ 81 --without-headers --with-newlib --disable-decimal-float --disable-libgomp \ 82 --disable-libmudflap --disable-libssp --disable-libatomic --disable-libitm \ 83 --disable-libsanitizer --disable-libquadmath --disable-threads \ 84 --disable-multilib --disable-target-zlib --with-system-zlib \ 85 --enable-languages=c --enable-checking=release --with-abi=64</userinput></screen> 78 --with-native-system-header-dir=/tools/include --disable-shared \ 79 --with-mpfr=/cross-tools --with-gmp=/cross-tools --with-isl=/cross-tools \ 80 --with-mpc=/cross-tools --without-headers --with-newlib \ 81 --disable-decimal-float --disable-libgomp --disable-libssp \ 82 --disable-libatomic --disable-libitm --disable-libsanitizer \ 83 --disable-libquadmath --disable-libvtv --disable-libcilkrts \ 84 --disable-libcilkrts --disable-threads --disable-multilib \ 85 --with-system-zlib --enable-languages=c --with-abi=64 --disable-bootstrap \ 86 --with-glibc-version=&glibc-version;</userinput></screen> 86 87 87 88 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.