Changeset bcfbe5b in clfs-embedded for BOOK/cross-tools/mips/gcc-static.xml


Ignore:
Timestamp:
Feb 26, 2011, 9:33:02 AM (13 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
d38764e
Parents:
a94e338 (diff), b54e969 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge remote branch 'remotes/abradford/master'

File:
1 edited

Legend:

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

    ra94e338 rbcfbe5b  
    4848  --disable-decimal-float --disable-libgomp --disable-libmudflap \
    4949  --disable-libssp --disable-threads --enable-languages=c \
    50   --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.