Ignore:
File:
1 edited

Legend:

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

    rcc858ed re05c4f0  
    2424
    2525    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    26     href="../../final-system/common/gcc.xml"
     26    href="gcc-static.xml"
    2727    xpointer="xpointer(//*[@os='p1'])"/>
     28   
     29    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     30    href="gcc-static.xml"
     31    xpointer="xpointer(//*[@os='p2'])"/>
    2832
    29     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    30     href="../../final-system/common/gcc.xml"
    31     xpointer="xpointer(//*[@os='p2'])"/>
    3233
    3334    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    4950    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    5051    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"
    5160    xpointer="xpointer(//*[@os='f'])"/>
    5261
     
    6271  ../gcc-&gcc-version;/configure --prefix=/cross-tools \
    6372  --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} \
    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>
     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>
    7578
    7679    <variablelist os="bg">
Note: See TracChangeset for help on using the changeset viewer.