Changeset 991595cf for BOOK/cross-tools/multilib/gcc-static.xml
- Timestamp:
- Dec 14, 2015, 12:21:52 AM (9 years ago)
- Branches:
- sysvinit
- Children:
- fc86858d
- Parents:
- dbc5b02 (diff), c7477f8e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/multilib/gcc-static.xml
rdbc5b02 r991595cf 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-mpc=/cross-tools \ 80 --without-headers --with-newlib --disable-decimal-float --disable-libgomp \ 81 --disable-libssp --disable-libatomic --disable-libitm \ 82 --disable-libsanitizer --disable-libquadmath --disable-libvtv \ 83 --disable-libcilkrts --disable-libstdc++-v3 --disable-threads \ 84 --with-system-zlib --with-isl=/cross-tools --enable-languages=c \ 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-mpc=/cross-tools \ 88 --without-headers \ 89 --with-newlib \ 90 --disable-decimal-float \ 91 --disable-libgomp \ 92 --disable-libssp \ 93 --disable-libatomic \ 94 --disable-libitm \ 95 --disable-libsanitizer \ 96 --disable-libquadmath \ 97 --disable-libvtv \ 98 --disable-libcilkrts \ 99 --disable-libstdc++-v3 \ 100 --disable-threads \ 101 --with-system-zlib \ 102 --with-isl=/cross-tools \ 103 --enable-languages=c \ 85 104 --with-glibc-version=&glibc-version;</userinput></screen> 86 105
Note:
See TracChangeset
for help on using the changeset viewer.