Ignore:
File:
1 edited

Legend:

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

    rbaa4780 rbd0ad10  
    4343  --enable-languages=c --enable-c99 --enable-long-long \
    4444  --with-mpfr=${CLFS}/cross-tools --with-gmp=${CLFS}/cross-tools \
    45   --with-mpc=${CLFS}/cross-tools --disable-multilib \
    46   --with-abi=${CLFS_ABI} --with-arch=${CLFS_ARM_ARCH} \
    47   --with-mode=${CLFS_ARM_MODE} --with-float=${CLFS_FLOAT} \
    48   --with-fpu=${CLFS_FPU}</userinput></screen>
     45  --with-mpc=${CLFS}/cross-tools --with-abi=${CLFS_ABI}</userinput></screen>
    4946
    50     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    51     href="../common/gcc-final.xml"
    52     xpointer="xpointer(//*[@os='af'])"/>
     47    <variablelist os="af">
     48      <title>The meaning of the configure options not used previously:</title>
     49
     50      <varlistentry os="af1">
     51        <term><parameter>--enable-shared</parameter></term>
     52        <listitem>
     53          <para>Enables the creation of the shared libraries.</para>
     54        </listitem>
     55      </varlistentry>
     56
     57      <varlistentry os="af2">
     58        <term><parameter>--enable-c99</parameter></term>
     59        <listitem>
     60          <para>Enable C99 support for C programs.</para>
     61        </listitem>
     62      </varlistentry>
     63
     64      <varlistentry os="af3">
     65        <term><parameter>--enable-long-long</parameter></term>
     66        <listitem>
     67          <para>Enables long long support in the compiler.</para>
     68        </listitem>
     69      </varlistentry>
     70
     71    </variablelist>
    5372
    5473    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.