Changeset fece632
- Timestamp:
- Jul 30, 2013, 10:54:13 PM (11 years ago)
- Branches:
- clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 60bb73a
- Parents:
- 3c54c0a
- Location:
- BOOK/cross-tools/mips64-64
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/mips64-64/gcc-final.xml
r3c54c0a rfece632 54 54 ../gcc-&gcc-version;/configure --prefix=/cross-tools \ 55 55 --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} \ 56 --with-sysroot=${CLFS} --with-local-prefix=/tools --disable-nls \ 57 --enable-shared --disable-static --enable-languages=c,c++ \ 58 --enable-__cxa_atexit --with-mpfr=/cross-tools --with-gmp=/cross-tools \ 59 --enable-c99 --with-ppl=/cross-tools --with-cloog=/cross-tools \ 60 --enable-long-long --enable-threads=posix --with-abi=64\ 61 --disable-multilib --enable-cloog-backend=isl</userinput></screen> 56 --with-sysroot=${CLFS} --with-local-prefix=/tools \ 57 --with-native-system-header-dir=/tools/include --disable-nls \ 58 --disable-shared --with-mpfr=/cross-tools --with-gmp=/cross-tools \ 59 --with-isl=/cross-tools --with-cloog=/cross-tools --with-mpc=/cross-tools \ 60 --without-headers --with-newlib --disable-decimal-float --disable-libgomp \ 61 --disable-libmudflap --disable-libssp --disable-threads --disable-multilib \ 62 --disable-libatomic --disable-libitm --disable-libsanitizer \ 63 --disable-libquadmath --disable-target-libiberty --disable-target-zlib \ 64 --with-system-zlib --enable-cloog-backend=isl --disable-isl-version-check \ 65 --enable-languages=c --enable-checking=release --with-abi=64 66 </userinput></screen> 62 67 63 68 <variablelist os="bg"> -
BOOK/cross-tools/mips64-64/gcc-static.xml
r3c54c0a rfece632 63 63 ../gcc-&gcc-version;/configure --prefix=/cross-tools \ 64 64 --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 65 --with-sysroot=${CLFS} --with-local-prefix=/tools --disable-nls \ 66 --disable-shared --with-mpfr=/cross-tools \ 67 --with-gmp=/cross-tools --with-ppl=/cross-tools --with-cloog=/cross-tools \ 68 --without-headers --with-newlib --disable-decimal-float \ 69 --disable-libgomp --disable-libmudflap --disable-libssp \ 70 --disable-threads --enable-languages=c --with-abi=64\ 71 --disable-multilib --enable-cloog-backend=isl</userinput></screen> 65 --with-sysroot=${CLFS} --with-local-prefix=/tools \ 66 --with-native-system-header-dir=/tools/include --disable-nls \ 67 --enable-shared --disable-static --enable-languages=c,c++ \ 68 --enable-__cxa_atexit --enable-c99 --enable-long-long --enable-threads=posix \ 69 --disable-multilib --with-mpc=/cross-tools --with-mpfr=/cross-tools \ 70 --with-gmp=/cross-tools --with-cloog=/cross-tools --enable-cloog-backend=isl \ 71 --with-isl=/cross-tools --disable-isl-version-check --with-system-zlib \ 72 --enable-checking=release --enable-libstdcxx-time --with-abi=64</userinput></screen> 72 73 73 74 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.