Ignore:
File:
1 edited

Legend:

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

    re87d0b0 r04c3a53  
    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   --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>
     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>
    7372
    7473    <variablelist os="bg">
     
    7877        <term><parameter>--with-abi=64</parameter></term>
    7978        <listitem>
    80           <para>This option do ...</para>
     79          <para>For MIPS64, GCC defaults to building for the N32 ABI. This
     80          option changes the default to 64 bits.</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'])"/>
    103107
    104108    </variablelist>
Note: See TracChangeset for help on using the changeset viewer.