Changeset e67fb9b in clfs-embedded for BOOK/cross-tools/common/gcc-final.xml


Ignore:
Timestamp:
Feb 10, 2011, 3:44:59 PM (13 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
7003296
Parents:
a9cb92d (diff), 49c9bc5 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of git://git.cross-lfs.org/abradford/clfs-embedded.git

File:
1 edited

Legend:

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

    ra9cb92d re67fb9b  
    4040  --with-sysroot=${CLFS} --disable-nls --enable-shared \
    4141  --enable-languages=c --enable-c99 --enable-long-long \
    42   --with-mpfr=${CLFS}/cross-tools --with-gmp=${CLFS}/cross-tools</userinput></screen>
     42  --with-mpfr=${CLFS}/cross-tools --with-gmp=${CLFS}/cross-tools \
     43  --with-mpc=${CLFS}/cross-tools --with-abi=${CLFS_ABI}</userinput></screen>
    4344
    4445    <variablelist os="af">
    45       <title>The meaning of the new configure options:</title>
     46      <title>The meaning of the configure options not used previously:</title>
    4647
    4748      <varlistentry os="af1">
    48         <term><parameter>--enable-languages=c</parameter></term>
     49        <term><parameter>--enable-shared</parameter></term>
    4950        <listitem>
    50           <para>This option ensures that only the C compiler is built.</para>
     51          <para>Enables the creation of the shared libraries.</para>
    5152        </listitem>
    5253      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.