Ignore:
File:
1 edited

Legend:

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

    r04c3a53 re87d0b0  
    6060
    6161<screen os="bf"><userinput>AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" \
    62     ../gcc-4.8.2/configure --prefix=/cross-tools \
    63     --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     --enable-shared --disable-static --enable-languages=c,c++ \
    67     --enable-__cxa_atexit --enable-c99 --enable-long-long --enable-threads=posix \
    68     --disable-multilib --with-mpc=/cross-tools --with-mpfr=/cross-tools \
    69     --with-gmp=/cross-tools --with-cloog=/cross-tools \
    70     --with-isl=/cross-tools --with-system-zlib --enable-checking=release \
    71     --enable-libstdcxx-time --with-abi=64</userinput></screen>
     62  ../gcc-4.8.2/configure --prefix=/cross-tools \
     63  --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  --enable-shared --disable-static --enable-languages=c,c++ \
     67  --enable-__cxa_atexit --enable-c99 --enable-long-long --enable-threads=posix \
     68  --disable-multilib --with-mpc=/cross-tools --with-mpfr=/cross-tools \
     69  --with-gmp=/cross-tools --with-cloog=/cross-tools \
     70  --enable-cloog-backend=isl --with-isl=/cross-tools \
     71  --disable-isl-version-check --with-system-zlib --enable-checking=release \
     72  --enable-libstdcxx-time --with-abi=64</userinput></screen>
    7273
    7374    <variablelist os="bg">
     
    7778        <term><parameter>--with-abi=64</parameter></term>
    7879        <listitem>
    79           <para>For MIPS64, GCC defaults to building for the N32 ABI. This
    80           option changes the default to 64 bits.</para>
     80          <para>This option do ...</para>
    8181        </listitem>
    8282      </varlistentry>
     
    101101      href="../common/gcc-final.xml"
    102102      xpointer="xpointer(//*[@os='bg5'])"/>
    103 
    104       <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    105       href="../common/gcc-final.xml"
    106       xpointer="xpointer(//*[@os='bg6'])"/>
    107103
    108104    </variablelist>
Note: See TracChangeset for help on using the changeset viewer.