- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/mips64-64/gcc-static.xml
rcc858ed re05c4f0 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 … … 47 47 href="../common/gcc-static.xml" 48 48 xpointer="xpointer(//*[@os='ah'])"/> 49 50 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 51 href="../common/gcc-static.xml" 52 xpointer="xpointer(//*[@os='ai'])"/> 53 54 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 55 href="../common/gcc-static.xml" 56 xpointer="xpointer(//*[@os='aj'])"/> 49 57 50 58 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 71 79 ../gcc-&gcc-version;/configure --prefix=/cross-tools \ 72 80 --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> 81 --with-sysroot=${CLFS} --with-local-prefix=/tools --disable-nls \ 82 --disable-shared --with-mpfr=/cross-tools --with-gmp=/cross-tools \ 83 --with-ppl=/cross-tools --with-cloog=/cross-tools \ 84 --without-headers --with-newlib --disable-decimal-float \ 85 --disable-libgomp --disable-libmudflap --disable-libssp \ 86 --disable-threads --enable-languages=c --with-abi=64</userinput></screen> 81 87 82 88 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 100 106 xpointer="xpointer(//*[@os='aq'])"/> 101 107 102 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"103 href="../common/gcc-static.xml"104 xpointer="xpointer(//*[@os='ar'])"/>105 106 108 </sect2> 107 109
Note:
See TracChangeset
for help on using the changeset viewer.