Changeset f6137b6 in clfs-embedded


Ignore:
Timestamp:
Jan 29, 2011, 7:32:43 AM (13 years ago)
Author:
Andrew Bradford <bradfa@…>
Branches:
master
Children:
406ca8f
Parents:
f704d3f
Message:

Added --with-mpc to GCC's configure switches

With GCC 4.5, MPC is required in order to build.
Added the switch to ensure configure finds the right version of MPC
and not one located on the host.

File:
1 edited

Legend:

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

    rf704d3f rf6137b6  
    4141  --with-sysroot=${CLFS} --disable-nls  --disable-shared \
    4242  --with-mpfr=${CLFS}/cross-tools --with-gmp=${CLFS}/cross-tools \
    43   --without-headers --with-newlib --disable-decimal-float \
    44   --disable-libgomp --disable-libmudflap --disable-libssp \
    45   --disable-threads --enable-languages=c</userinput></screen>
     43  --with-mpc=${CLFS}/cross-tools --without-headers --with-newlib \
     44  --disable-decimal-float --disable-libgomp --disable-libmudflap \
     45  --disable-libssp --disable-threads --enable-languages=c</userinput></screen>
    4646
    4747    <variablelist os="af">
     
    129129      </varlistentry>
    130130
     131      <varlistentry os="af10">
     132        <term><parameter>--with-mpc=${CLFS}/cross-tools</parameter></term>
     133        <listitem>
     134          <para>Tells configure where to find the
     135          <filename class="directory">lib</filename> and
     136          <filename class="directory">include</filename> directories
     137          that contain MPC which was built earlier.</para>
     138        </listitem>
     139      </varlistentry>
     140
    131141      <varlistentry os="af11">
    132142        <term><parameter>--without-headers</parameter></term>
Note: See TracChangeset for help on using the changeset viewer.