Ignore:
File:
1 edited

Legend:

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

    r0c673f1 rae51e2a  
    4848  --disable-decimal-float --disable-libgomp --disable-libmudflap \
    4949  --disable-libssp --disable-threads --enable-languages=c \
    50   --disable-multilib --with-abi=${CLFS_ABI} --with-arch=mips${CLFS_MIPS_LEVEL} \
    51   --with-float=${CLFS_FLOAT} --with-endian=${CLFS_ENDIAN}</userinput></screen>
     50  --with-abi=${CLFS_ABI}</userinput></screen>
    5251
    5352<!-- Common configure switches for all archs -->
     
    6362      <listitem>
    6463        <para>This option sets the ABI selected earlier.</para>
    65       </listitem>
    66     </varlistentry>
    67     <varlistentry os="ag2">
    68       <term><parameter>--with-arch=mips${CLFS_MIPS_LEVEL}</parameter></term>
    69       <listitem>
    70         <para>This option sets the MIPS architecture ISA.  Generic options
    71         that apply to this book are of the form "mips${CLFS_MIPS_LEVEL}".
    72         For example, "mips1" or "mips3".  For a more expanded list of choices,
    73         please see the GCC documentation at
    74         <ulink url="http://gcc.gnu.org/onlinedocs/gcc/MIPS-Options.html" /></para>
    75       </listitem>
    76     </varlistentry>
    77     <varlistentry os="ag3">
    78       <term><parameter>--with-float=${CLFS_FLOAT}</parameter></term>
    79       <listitem>
    80         <para>This option sets the floating point mode selected earlier.</para>
    81       </listitem>
    82     </varlistentry>
    83     <varlistentry os="ag4">
    84       <term><parameter>--with-endian=${CLFS_ENDIAN}</parameter></term>
    85       <listitem>
    86         <para>This option sets the endianess of the CPU selected earlier.
    87         GCC's configure scripts may not be able to determine the endianess
    88         based only on the target triplet (as other architectures do).</para>
    8964      </listitem>
    9065    </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.