Changeset e15ed01d for BOOK/temp-system


Ignore:
Timestamp:
Oct 16, 2015, 6:46:48 PM (9 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
sysvinit
Children:
e30db7b
Parents:
8311339
git-author:
William Harrington <kb0iic@…> (10/16/15 18:43:13)
git-committer:
William Harrington <kb0iic@…> (10/16/15 18:46:48)
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

    r8311339 re15ed01d  
    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

    r8311339 re15ed01d  
    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

    r8311339 re15ed01d  
    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.