Changeset 991595cf for BOOK/cross-tools/common/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/common/gcc-static.xml
rdbc5b02 r991595cf 70 70 xpointer="xpointer(//*[@os='h'])"/> 71 71 72 <screen os="al"><userinput>AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" \ 73 ../gcc-&gcc-version;/configure --prefix=/cross-tools \ 74 --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 75 --with-sysroot=${CLFS} --with-local-prefix=/tools \ 72 <screen os="al"><userinput>AR=ar \ 73 LDFLAGS="-Wl,-rpath,/cross-tools/lib" \ 74 ../gcc-&gcc-version;/configure \ 75 --prefix=/cross-tools \ 76 --build=${CLFS_HOST} \ 77 --host=${CLFS_HOST} \ 78 --target=${CLFS_TARGET} \ 79 --with-sysroot=${CLFS} \ 80 --with-local-prefix=/tools \ 76 81 --with-native-system-header-dir=/tools/include \ 77 --disable-shared --with-mpfr=/cross-tools --with-gmp=/cross-tools \ 78 --with-isl=/cross-tools --with-mpc=/cross-tools --without-headers \ 79 --with-newlib --disable-decimal-float --disable-libgomp --disable-libssp \ 80 --disable-libatomic --disable-libitm --disable-libsanitizer \ 81 --disable-libquadmath --disable-libvtv --disable-libcilkrts \ 82 --disable-libstdc++-v3 --disable-threads --disable-multilib \ 83 --with-system-zlib --enable-languages=c \ 82 --disable-shared \ 83 --with-mpfr=/cross-tools \ 84 --with-gmp=/cross-tools \ 85 --with-isl=/cross-tools \ 86 --with-mpc=/cross-tools \ 87 --without-headers \ 88 --with-newlib \ 89 --disable-decimal-float \ 90 --disable-libgomp \ 91 --disable-libssp \ 92 --disable-libatomic \ 93 --disable-libitm \ 94 --disable-libsanitizer \ 95 --disable-libquadmath \ 96 --disable-libvtv \ 97 --disable-libcilkrts \ 98 --disable-libstdc++-v3 \ 99 --disable-threads \ 100 --disable-multilib \ 101 --with-system-zlib \ 102 --enable-languages=c \ 84 103 --with-glibc-version=&glibc-version;</userinput></screen> 85 104
Note:
See TracChangeset
for help on using the changeset viewer.