Changeset dbaa137


Ignore:
Timestamp:
Dec 2, 2006, 10:22:36 AM (17 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
1026afb
Parents:
04d38ab
Message:

Update Binutils to remove --enable-64-bit-bfd from 32 bit builds, but added to 64 bit builds

Location:
BOOK/cross-tools
Files:
2 edited

Legend:

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

    r04d38ab rdbaa137  
    4747    xpointer="xpointer(//*[@os='i'])"/>
    4848
    49     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    50     href="../common/binutils.xml"
    51     xpointer="xpointer(//*[@os='bc'])"/>
     49<screen os="bc"><userinput>../binutils-&binutils-version;/configure \
     50    --prefix=${CLFS}/cross-tools --with-sysroot=${CLFS} --host=${CLFS_HOST} \
     51    --target=${CLFS_TARGET} --disable-nls --enable-shared \
     52    --enable-64-bit-bfd --disable-multilib</userinput></screen>
    5253
    5354    <variablelist os="bd">
  • BOOK/cross-tools/common/binutils.xml

    r04d38ab rdbaa137  
    4848    --prefix=${CLFS}/cross-tools --with-sysroot=${CLFS} --host=${CLFS_HOST} \
    4949    --target=${CLFS_TARGET} --disable-nls --enable-shared \
    50     --enable-64-bit-bfd --disable-multilib</userinput></screen>
     50    --disable-multilib</userinput></screen>
    5151
    5252    <variablelist os="bd">
Note: See TracChangeset for help on using the changeset viewer.