- Timestamp:
- Feb 24, 2011, 11:31:32 AM (14 years ago)
- Branches:
- master
- Children:
- baa4780
- Parents:
- b220338
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/arm/gcc-static.xml
rb220338 r18d1bcd 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=${CLFS_ARM_ARCH} \ 51 --with-mode=${CLFS_ARM_MODE} --with-float=${CLFS_FLOAT} \ 52 --with-fpu=${CLFS_FPU}</userinput></screen> 51 53 52 54 <!-- Common configure switches for all archs --> … … 62 64 <listitem> 63 65 <para>This option sets the ABI selected earlier.</para> 66 </listitem> 67 </varlistentry> 68 <varlistentry os="ag2"> 69 <term><parameter>--with-arch=${CLFS_ARM_ARCH}</parameter></term> 70 <listitem> 71 <para>This option sets the ARM architecture selected earlier.</para> 72 </listitem> 73 </varlistentry> 74 <varlistentry os="ag3"> 75 <term><parameter>--with-mode=${CLFS_ARM_MODE}</parameter></term> 76 <listitem> 77 <para>This option sets the ARM mode (arm or thumb) selected earlier.</para> 78 </listitem> 79 </varlistentry> 80 <varlistentry os="ag4"> 81 <term><parameter>--with-float=${CLFS_FLOAT}</parameter></term> 82 <listitem> 83 <para>This option sets the floating point mode selected earlier.</para> 84 </listitem> 85 </varlistentry> 86 <varlistentry os="ag5"> 87 <term><parameter>--with-fpu=${CLFS_FPU}</parameter></term> 88 <listitem> 89 <para>This option sets the hardware floating point type selected 90 earlier. If soft floating point was selected, this value is ignored.</para> 64 91 </listitem> 65 92 </varlistentry>
Note:
See TracChangeset
for help on using the changeset viewer.