Changeset 7cd7f99 for BOOK/cross-tools/mips64-64
- Timestamp:
- Dec 13, 2015, 3:57:55 PM (9 years ago)
- Branches:
- master, systemd
- Children:
- c01bd946
- Parents:
- c636dee
- Location:
- BOOK/cross-tools/mips64-64
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/mips64-64/gcc-final.xml
rc636dee r7cd7f99 59 59 xpointer="xpointer(//*[@os='h'])"/> 60 60 61 <screen os="bf"><userinput>AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" \ 62 ../gcc-&gcc-version;/configure --prefix=/cross-tools \ 63 --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} \ 64 --with-sysroot=${CLFS} --with-local-prefix=/tools \ 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</userinput></screen> 61 <screen os="bf"><userinput>AR=ar \ 62 LDFLAGS="-Wl,-rpath,/cross-tools/lib" \ 63 ../gcc-&gcc-version;/configure \ 64 --prefix=/cross-tools \ 65 --build=${CLFS_HOST} \ 66 --target=${CLFS_TARGET} \ 67 --host=${CLFS_HOST} \ 68 --with-sysroot=${CLFS} \ 69 --with-local-prefix=/tools \ 70 --with-native-system-header-dir=/tools/include \ 71 --disable-static \ 72 --enable-languages=c,c++ \ 73 --disable-multilib \ 74 --with-mpc=/cross-tools \ 75 --with-mpfr=/cross-tools \ 76 --with-gmp=/cross-tools \ 77 --with-isl=/cross-tools \ 78 --with-system-zlib \ 79 --with-abi=64</userinput></screen> 69 80 70 81 <variablelist os="bg"> -
BOOK/cross-tools/mips64-64/gcc-static.xml
rc636dee r7cd7f99 72 72 xpointer="xpointer(//*[@os='h'])"/> 73 73 74 <screen os="al"><userinput>AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" \ 75 ../gcc-&gcc-version;/configure --prefix=/cross-tools \ 76 --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 77 --with-sysroot=${CLFS} --with-local-prefix=/tools \ 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 \ 74 <screen os="al"><userinput>AR=ar \ 75 LDFLAGS="-Wl,-rpath,/cross-tools/lib" \ 76 ../gcc-&gcc-version;/configure \ 77 --prefix=/cross-tools \ 78 --build=${CLFS_HOST} \ 79 --host=${CLFS_HOST} \ 80 --target=${CLFS_TARGET} \ 81 --with-sysroot=${CLFS} \ 82 --with-local-prefix=/tools \ 83 --with-native-system-header-dir=/tools/include \ 84 --disable-shared \ 85 --with-mpfr=/cross-tools \ 86 --with-gmp=/cross-tools \ 87 --with-isl=/cross-tools \ 88 --with-mpc=/cross-tools \ 89 --without-headers \ 90 --with-newlib \ 91 --disable-decimal-float \ 92 --disable-libgomp \ 93 --disable-libssp \ 94 --disable-libatomic \ 95 --disable-libitm \ 96 --disable-libsanitizer \ 97 --disable-libquadmath \ 98 --disable-libvtv \ 99 --disable-libcilkrts \ 100 --disable-libcilkrts \ 101 --disable-threads \ 102 --disable-multilib \ 103 --with-system-zlib \ 104 --enable-languages=c \ 105 --with-abi=64 \ 86 106 --with-glibc-version=&glibc-version;</userinput></screen> 87 107
Note:
See TracChangeset
for help on using the changeset viewer.