Ignore:
Timestamp:
Sep 24, 2013, 11:53:17 AM (11 years ago)
Author:
William Harrington <kb0iic@…>
Children:
2e9ccbe
Parents:
111b12a
Message:

Prepare for CLFS-2.0.0 release.

File:
1 edited

Legend:

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

    r111b12a r76b06f6  
    2525
    2626    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    27     href="../../final-system/common/gcc.xml"
     27    href="../common/gcc-static.xml"
    2828    xpointer="xpointer(//*[@os='p1'])"/>
    2929
    3030    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    31     href="../../final-system/common/gcc.xml"
     31    href="../64/gcc-static.xml"
    3232    xpointer="xpointer(//*[@os='p2'])"/>
    3333
     
    4141
    4242    <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"
    4351    href="../common/gcc-static.xml"
    4452    xpointer="xpointer(//*[@os='ag'])"/>
     
    4755    href="../common/gcc-static.xml"
    4856    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'])"/>
    4965
    5066    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    7187  ../gcc-&gcc-version;/configure --prefix=/cross-tools \
    7288  --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>
    8196
    8297    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.