Changeset a68510b6


Ignore:
Timestamp:
Dec 2, 2006, 12:26:43 PM (17 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
0eefade
Parents:
c5fc724
Message:

Added --with-lib-path=/tools/lib to cross binutils.

Location:
BOOK/cross-tools
Files:
3 edited

Legend:

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

    rc5fc724 ra68510b6  
    5050    --prefix=${CLFS}/cross-tools --with-sysroot=${CLFS} --host=${CLFS_HOST} \
    5151    --target=${CLFS_TARGET} --disable-nls --enable-shared \
    52     --enable-64-bit-bfd --disable-multilib</userinput></screen>
     52    --enable-64-bit-bfd --disable-multilib --with-lib-path=/tools/lib</userinput></screen>
    5353
    5454    <variablelist os="bd">
  • BOOK/cross-tools/common/binutils.xml

    rc5fc724 ra68510b6  
    4848    --prefix=${CLFS}/cross-tools --with-sysroot=${CLFS} --host=${CLFS_HOST} \
    4949    --target=${CLFS_TARGET} --disable-nls --enable-shared \
    50     --disable-multilib</userinput></screen>
     50    --disable-multilib --with-lib-path=/tools/lib</userinput></screen>
    5151
    5252    <variablelist os="bd">
  • BOOK/cross-tools/multilib/binutils.xml

    rc5fc724 ra68510b6  
    5858    --prefix=${CLFS}/cross-tools --with-sysroot=${CLFS} --host=${CLFS_HOST} \
    5959    --target=${CLFS_TARGET} --disable-nls --enable-shared \
    60     --enable-64-bit-bfd</userinput></screen>
     60    --enable-64-bit-bfd --with-lib-path=/tools/lib</userinput></screen>
    6161
    6262    <variablelist os="bd">
Note: See TracChangeset for help on using the changeset viewer.