Changeset d2e3f96 for BOOK/temp-system


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/temp-system
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/64/binutils.xml

    r93f0ebe rd2e3f96  
    4747    --prefix=/tools --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    4848    --target=${CLFS_TARGET} --with-lib-path=/tools/lib --disable-nls \
    49     --enable-shared --enable-64-bit-bfd --disable-multilib</userinput></screen>
     49    --enable-shared --enable-64-bit-bfd --disable-multilib \
     50    --enable-gold=yes --enable-plugins --enable-threads</userinput></screen>
    5051
    5152    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/temp-system/common/binutils.xml

    r93f0ebe rd2e3f96  
    4848    --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \
    4949    --with-lib-path=/tools/lib --disable-nls --enable-shared \
    50     --disable-multilib</userinput></screen>
     50    --disable-multilib --enable-gold=yes --enable-plugins --enable-threads</userinput></screen>
    5151
    5252    <variablelist os="k">
  • BOOK/temp-system/multilib/binutils.xml

    r93f0ebe rd2e3f96  
    4747    --prefix=/tools --libdir=/tools/lib64 --with-lib-path=/tools/lib64:/tools/lib \
    4848    --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \
    49     --disable-nls --enable-shared --enable-64-bit-bfd</userinput></screen>
     49    --disable-nls --enable-shared --enable-64-bit-bfd \
     50    --enable-gold=yes --enable-plugins --enable-threads</userinput></screen>
    5051
    5152    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.