Changeset b27081c4 for BOOK/cross-tools/mips64-64/gcc-static.xml
- Timestamp:
- Dec 14, 2015, 12:19:04 AM (9 years ago)
- Branches:
- sysvinit
- Children:
- c7477f8e
- Parents:
- 00cf9ca
- git-author:
- Chris Staub <chris@…> (12/13/15 23:57:55)
- git-committer:
- Chris Staub <chris@…> (12/14/15 00:19:04)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/mips64-64/gcc-static.xml
r00cf9ca rb27081c4 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.