Ignore:
Timestamp:
Nov 9, 2013, 3:38:09 PM (10 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
561f41f
Parents:
0d11714
Message:

For multilib binutils in cross-tools, multilib needs to have /tools/lib:/tools/lib64 not just /tools/lib.

File:
1 edited

Legend:

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

    r0d11714 rfb8eaf3  
    5858<screen os="bc"><userinput>AR=ar AS=as ../binutils-&binutils-dir;/configure \
    5959  --prefix=/cross-tools --host=${CLFS_HOST} --target=${CLFS_TARGET} \
    60   --with-sysroot=${CLFS} --with-lib-path=/tools/lib --disable-nls \
    61   --disable-static --enable-64-bit-bfd</userinput></screen>
     60  --with-sysroot=${CLFS} --with-lib-path=/tools/lib:/tools/lib64 \
     61  --disable-nls --disable-static --enable-64-bit-bfd</userinput></screen>
    6262
    6363    <variablelist os="bd">
Note: See TracChangeset for help on using the changeset viewer.