- Timestamp:
- Feb 24, 2011, 11:58:18 AM (14 years ago)
- Branches:
- master
- Children:
- cbdeb4f
- Parents:
- 85d173b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/mips/gcc-static.xml
r85d173b r0c673f1 48 48 --disable-decimal-float --disable-libgomp --disable-libmudflap \ 49 49 --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> 51 52 52 53 <!-- Common configure switches for all archs --> … … 62 63 <listitem> 63 64 <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> 64 89 </listitem> 65 90 </varlistentry>
Note:
See TracChangeset
for help on using the changeset viewer.