Changeset d05636e in clfs-embedded


Ignore:
Timestamp:
Feb 6, 2011, 12:58:50 PM (13 years ago)
Author:
Andrew Bradford <bradfa@…>
Branches:
master
Children:
9fbb8fb
Parents:
d44503cc
Message:

Set ABI when compiling GCC

Location:
BOOK/cross-tools/common
Files:
2 edited

Legend:

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

    rd44503cc rd05636e  
    4141  --enable-languages=c --enable-c99 --enable-long-long \
    4242  --with-mpfr=${CLFS}/cross-tools --with-gmp=${CLFS}/cross-tools \
    43   --with-mpc=${CLFS}/cross-tools</userinput></screen>
     43  --with-mpc=${CLFS}/cross-tools --with-abi=${BUILD}</userinput></screen>
    4444
    4545    <variablelist os="af">
  • BOOK/cross-tools/common/gcc-static.xml

    rd44503cc rd05636e  
    4343  --with-mpc=${CLFS}/cross-tools --without-headers --with-newlib \
    4444  --disable-decimal-float --disable-libgomp --disable-libmudflap \
    45   --disable-libssp --disable-threads --enable-languages=c</userinput></screen>
     45  --disable-libssp --disable-threads --enable-languages=c \
     46  --with-abi=${BUILD}</userinput></screen>
    4647
    4748    <variablelist os="af">
     
    206207      </varlistentry>
    207208
     209      <varlistentry os="af19">
     210        <term><parameter>--with-abi=${BUILD}</parameter></term>
     211        <listitem>
     212          <para>This option sets the ABI selected earlier.</para>
     213        </listitem>
     214      </varlistentry>
     215
    208216    </variablelist>
    209217
Note: See TracChangeset for help on using the changeset viewer.