Changeset 18d1bcd in clfs-embedded for BOOK/cross-tools/arm


Ignore:
Timestamp:
Feb 24, 2011, 3:31:32 AM (13 years ago)
Author:
Andrew Bradford <bradfa@…>
Branches:
master
Children:
baa4780
Parents:
b220338
Message:

ARM GCC-Static --disable-multilib complete

Fully enabled --disable-multilib for ARM GCC-Static.
User sets abi, arch, mode, float, and fpu when configuring.

File:
1 edited

Legend:

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

    rb220338 r18d1bcd  
    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=${CLFS_ARM_ARCH} \
     51  --with-mode=${CLFS_ARM_MODE} --with-float=${CLFS_FLOAT} \
     52  --with-fpu=${CLFS_FPU}</userinput></screen>
    5153
    5254<!-- Common configure switches for all archs -->
     
    6264      <listitem>
    6365        <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>
    6491      </listitem>
    6592    </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.