Changeset 03e6a40 for BOOK/cross-tools/mips64-64/gcc-static.xml
- Timestamp:
- Apr 20, 2014, 8:57:39 AM (11 years ago)
- Children:
- 0be79ea
- Parents:
- 88ef769 (diff), 578ca586 (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/mips64-64/gcc-static.xml
r88ef769 r03e6a40 69 69 70 70 <screen os="al"><userinput>AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" \ 71 ../gcc- &gcc-version;/configure --prefix=/cross-tools \71 ../gcc-4.8.2/configure --prefix=/cross-tools \ 72 72 --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 73 73 --with-sysroot=${CLFS} --with-local-prefix=/tools \ 74 74 --with-native-system-header-dir=/tools/include --disable-nls \ 75 --enable-shared --disable-static --enable-languages=c,c++ \ 76 --enable-__cxa_atexit --enable-c99 --enable-long-long --enable-threads=posix \ 77 --disable-multilib --with-mpc=/cross-tools --with-mpfr=/cross-tools \ 78 --with-gmp=/cross-tools --with-cloog=/cross-tools --enable-cloog-backend=isl \ 79 --with-isl=/cross-tools --disable-isl-version-check --with-system-zlib \ 80 --enable-checking=release --enable-libstdcxx-time --with-abi=64</userinput></screen> 75 --disable-shared --with-mpfr=/cross-tools --with-gmp=/cross-tools \ 76 --with-isl=/cross-tools --with-cloog=/cross-tools --with-mpc=/cross-tools \ 77 --without-headers --with-newlib --disable-decimal-float --disable-libgomp \ 78 --disable-libmudflap --disable-libssp --disable-libatomic --disable-libitm \ 79 --disable-libsanitizer --disable-libquadmath --disable-threads \ 80 --disable-multilib --disable-target-libiberty --disable-target-zlib \ 81 --with-system-zlib --enable-languages=c --enable-checking=release \ 82 --with-abi=64</userinput></screen> 81 83 82 84 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 104 106 xpointer="xpointer(//*[@os='ar'])"/> 105 107 108 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 109 href="../common/gcc-static.xml" 110 xpointer="xpointer(//*[@os='as'])"/> 111 112 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 113 href="../common/gcc-static.xml" 114 xpointer="xpointer(//*[@os='at'])"/> 115 106 116 </sect2> 107 117
Note:
See TracChangeset
for help on using the changeset viewer.