Changeset 9ee1843 in clfs-embedded


Ignore:
Timestamp:
Jan 29, 2011, 9:38:10 AM (13 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
62de58d
Parents:
5058de7
git-author:
Andrew Bradford <bradfa@…> (01/29/11 07:32:43)
git-committer:
Joe Ciccone <jciccone@…> (01/29/11 09:38:10)
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

    r5058de7 r9ee1843  
    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.