Changeset d5c7418 in clfs-embedded for BOOK/cross-tools/common/gcc-static.xml


Ignore:
Timestamp:
Feb 9, 2011, 4:47:11 AM (13 years ago)
Author:
Andrew Bradford <bradfa@…>
Branches:
master
Children:
60b91a4
Parents:
7926af1
Message:

Changed BUILD variable name to CLFS_ABI

It better represents what the variable stands for.
It picks the ABI to use when compiling GCC.

File:
1 edited

Legend:

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

    r7926af1 rd5c7418  
    4444  --disable-decimal-float --disable-libgomp --disable-libmudflap \
    4545  --disable-libssp --disable-threads --enable-languages=c \
    46   --with-abi=${BUILD}</userinput></screen>
     46  --with-abi=${CLFS_ABI}</userinput></screen>
    4747
    4848    <variablelist os="af">
     
    208208
    209209      <varlistentry os="af19">
    210         <term><parameter>--with-abi=${BUILD}</parameter></term>
     210        <term><parameter>--with-abi=${CLFS_ABI}</parameter></term>
    211211        <listitem>
    212212          <para>This option sets the ABI selected earlier.</para>
Note: See TracChangeset for help on using the changeset viewer.