Changes in BOOK/cross-tools/arm/gcc-static.xml [18d1bcd:ae51e2a] in clfs-embedded
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/arm/gcc-static.xml
r18d1bcd rae51e2a 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} --with-arch=${CLFS_ARM_ARCH} \ 51 --with-mode=${CLFS_ARM_MODE} --with-float=${CLFS_FLOAT} \ 52 --with-fpu=${CLFS_FPU}</userinput></screen> 50 --with-abi=${CLFS_ABI}</userinput></screen> 53 51 54 52 <!-- Common configure switches for all archs --> … … 64 62 <listitem> 65 63 <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 selected90 earlier. If soft floating point was selected, this value is ignored.</para>91 64 </listitem> 92 65 </varlistentry>
Note:
See TracChangeset
for help on using the changeset viewer.