Changeset 76b06f6 for BOOK/cross-tools/mips64-64/gcc-static.xml
- Timestamp:
- Sep 24, 2013, 11:53:17 AM (11 years ago)
- Children:
- 2e9ccbe
- Parents:
- 111b12a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/mips64-64/gcc-static.xml
r111b12a r76b06f6 25 25 26 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 27 href="../ ../final-system/common/gcc.xml"27 href="../common/gcc-static.xml" 28 28 xpointer="xpointer(//*[@os='p1'])"/> 29 29 30 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 31 href="../ ../final-system/common/gcc.xml"31 href="../64/gcc-static.xml" 32 32 xpointer="xpointer(//*[@os='p2'])"/> 33 33 … … 41 41 42 42 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 43 href="../mips/gcc-static.xml" 44 xpointer="xpointer(//*[@os='f1'])"/> 45 46 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 47 href="../mips/gcc-static.xml" 48 xpointer="xpointer(//*[@os='f2'])"/> 49 50 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 43 51 href="../common/gcc-static.xml" 44 52 xpointer="xpointer(//*[@os='ag'])"/> … … 47 55 href="../common/gcc-static.xml" 48 56 xpointer="xpointer(//*[@os='ah'])"/> 57 58 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 59 href="../common/gcc-static.xml" 60 xpointer="xpointer(//*[@os='ai'])"/> 61 62 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 63 href="../common/gcc-static.xml" 64 xpointer="xpointer(//*[@os='aj'])"/> 49 65 50 66 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 71 87 ../gcc-&gcc-version;/configure --prefix=/cross-tools \ 72 88 --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 73 --with-sysroot=${CLFS} --with-local-prefix=/tools \ 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> 89 --with-sysroot=${CLFS} --with-local-prefix=/tools --disable-nls \ 90 --disable-shared --with-mpfr=/cross-tools \ 91 --with-gmp=/cross-tools --with-ppl=/cross-tools --with-cloog=/cross-tools \ 92 --without-headers --with-newlib --disable-decimal-float \ 93 --disable-libgomp --disable-libmudflap --disable-libssp \ 94 --disable-threads --enable-languages=c --with-abi=64\ 95 --disable-multilib --enable-cloog-backend=isl</userinput></screen> 81 96 82 97 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.