Ignore:
File:
1 edited

Legend:

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

    r18d1bcd rae51e2a  
    4848  --disable-decimal-float --disable-libgomp --disable-libmudflap \
    4949  --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>
    5351
    5452<!-- Common configure switches for all archs -->
     
    6462      <listitem>
    6563        <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>
    9164      </listitem>
    9265    </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.