Changeset 0c673f1 in clfs-embedded for BOOK/cross-tools


Ignore:
Timestamp:
Feb 24, 2011, 3:58:18 AM (13 years ago)
Author:
Andrew Bradford <bradfa@…>
Branches:
master
Children:
cbdeb4f
Parents:
85d173b
Message:

MIPS GCC-Static --disable-multilib complete

Fully enabled --disable-multilib for MIPS GCC-Static.
User sets abi, arch, float, and endian.

File:
1 edited

Legend:

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

    r85d173b r0c673f1  
    4848  --disable-decimal-float --disable-libgomp --disable-libmudflap \
    4949  --disable-libssp --disable-threads --enable-languages=c \
    50   --disable-multilib --with-abi=${CLFS_ABI}</userinput></screen>
     50  --disable-multilib --with-abi=${CLFS_ABI} --with-arch=mips${CLFS_MIPS_LEVEL} \
     51  --with-float=${CLFS_FLOAT} --with-endian=${CLFS_ENDIAN}</userinput></screen>
    5152
    5253<!-- Common configure switches for all archs -->
     
    6263      <listitem>
    6364        <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>
    6489      </listitem>
    6590    </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.