Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/mips64-64/gcc-final.xml

    re05c4f0 rcc858ed  
    2424
    2525    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    26     href="gcc-static.xml"
     26    href="../../final-system/common/gcc.xml"
    2727    xpointer="xpointer(//*[@os='p1'])"/>
    28    
     28
    2929    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    30     href="gcc-static.xml"
     30    href="../../final-system/common/gcc.xml"
    3131    xpointer="xpointer(//*[@os='p2'])"/>
    32 
    3332
    3433    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    5049    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    5150    href="gcc-static.xml"
    52     xpointer="xpointer(//*[@os='ai'])"/>
    53 
    54     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    55     href="gcc-static.xml"
    56     xpointer="xpointer(//*[@os='aj'])"/>
    57 
    58     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    59     href="gcc-static.xml"
    6051    xpointer="xpointer(//*[@os='f'])"/>
    6152
     
    7162  ../gcc-&gcc-version;/configure --prefix=/cross-tools \
    7263  --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} \
    73   --with-sysroot=${CLFS} --with-local-prefix=/tools --disable-nls \
    74   --enable-shared --enable-languages=c,c++ --enable-__cxa_atexit \
    75   --with-mpfr=/cross-tools --with-gmp=/cross-tools --enable-c99 \
    76   --with-ppl=/cross-tools --with-cloog=/cross-tools \
    77   --enable-long-long --enable-threads=posix --with-abi=64</userinput></screen>
     64  --with-sysroot=${CLFS} --with-local-prefix=/tools \
     65  --with-native-system-header-dir=/tools/include --disable-nls \
     66  --disable-shared --with-mpfr=/cross-tools --with-gmp=/cross-tools \
     67  --with-isl=/cross-tools --with-cloog=/cross-tools --with-mpc=/cross-tools \
     68  --without-headers --with-newlib --disable-decimal-float --disable-libgomp \
     69  --disable-libmudflap --disable-libssp --disable-threads --disable-multilib \
     70  --disable-libatomic --disable-libitm --disable-libsanitizer \
     71  --disable-libquadmath --disable-target-libiberty --disable-target-zlib \
     72  --with-system-zlib --enable-cloog-backend=isl --disable-isl-version-check \
     73  --enable-languages=c --enable-checking=release --with-abi=64
     74  </userinput></screen>
    7875
    7976    <variablelist os="bg">
Note: See TracChangeset for help on using the changeset viewer.