Changeset d2e3f96 for BOOK/cross-tools


Ignore:
Timestamp:
Oct 16, 2015, 6:45:08 PM (8 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
master, systemd
Children:
efdef34
Parents:
93f0ebe
git-author:
William Harrington <kb0iic@…> (10/16/15 18:43:13)
git-committer:
William Harrington <kb0iic@…> (10/16/15 18:45:08)
Message:

Upgrade to Binutils 2.25.1 from 2.24 and add gold and plugin support.

Location:
BOOK/cross-tools
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/64/binutils.xml

    r93f0ebe rd2e3f96  
    5252    --prefix=/cross-tools --host=${CLFS_HOST} --target=${CLFS_TARGET} \
    5353    --with-sysroot=${CLFS} --with-lib-path=/tools/lib --disable-nls \
    54     --disable-static --enable-64-bit-bfd --disable-multilib --disable-werror</userinput></screen>
     54    --disable-static --enable-64-bit-bfd --disable-multilib
     55    --enable-gold=yes --enable-plugins --enable-threads --disable-werror</userinput></screen>
    5556
    5657    <variablelist os="bd">
  • BOOK/cross-tools/common/binutils.xml

    r93f0ebe rd2e3f96  
    5252    --prefix=/cross-tools --host=${CLFS_HOST} --target=${CLFS_TARGET} \
    5353    --with-sysroot=${CLFS} --with-lib-path=/tools/lib --disable-nls \
    54     --disable-static --disable-multilib --disable-werror</userinput></screen>
     54    --disable-static --disable-multilib --enable-gold=yes --enable-plugins \
     55    --enable-threads--disable-werror</userinput></screen>
    5556
    5657    <variablelist os="bd">
  • BOOK/cross-tools/common/gmp.xml

    r93f0ebe rd2e3f96  
    3636    into <filename class="directory">/cross-tools</filename> because GCC
    3737    requires them to build.</para>
    38 
    39     <note os="n1">
    40       <para>If you are building with a host which has 32-bit user-space with a
    41       64-bit capable CPU, cross-tools GMP will attempt to link with 64-bit
    42       libraries. Add the following variable during <command>configure</command>
    43       to force GMP's ABI: <command>./configure ABI=32</command></para>
    44     </note>
    4538
    4639    <para os="a">Prepare GMP for compilation:</para>
  • BOOK/cross-tools/common/ncurses.xml

    r93f0ebe rd2e3f96  
    4343    <para os="a">Prepare Ncurses for compilation:</para>
    4444
    45 <screen os="b"><userinput>./configure --prefix=/cross-tools \
     45<screen os="b"><userinput>AWK=gawk ./configure --prefix=/cross-tools \
    4646    --without-debug</userinput></screen>
    4747
  • BOOK/cross-tools/multilib/binutils.xml

    r93f0ebe rd2e3f96  
    5151    --prefix=/cross-tools --host=${CLFS_HOST} --target=${CLFS_TARGET} \
    5252    --with-sysroot=${CLFS} --with-lib-path=/tools/lib:/tools/lib64 \
    53     --disable-nls --disable-static --enable-64-bit-bfd --disable-werror</userinput></screen>
     53    --disable-nls --disable-static --enable-64-bit-bfd --enable-gold=yes \
     54    --enable-plugins --enable-threads--disable-werror</userinput></screen>
    5455
    5556    <variablelist os="bd">
Note: See TracChangeset for help on using the changeset viewer.