[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.0.0-453-gfb8eaf3

git git at cross-lfs.org
Sat Nov 9 15:38:14 PST 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cross-LFS Book".

The branch, master has been updated
       via  fb8eaf3bacd8c10cc55c24a5354c901419dd152a (commit)
      from  0d11714feef2c0a0c75fa2a127b51d7b0c6a5da9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit fb8eaf3bacd8c10cc55c24a5354c901419dd152a
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Sat Nov 9 17:38:09 2013 -0600

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

diff --git a/BOOK/cross-tools/multilib/binutils.xml b/BOOK/cross-tools/multilib/binutils.xml
index 32d41f9..5fae29a 100644
--- a/BOOK/cross-tools/multilib/binutils.xml
+++ b/BOOK/cross-tools/multilib/binutils.xml
@@ -57,8 +57,8 @@
 
 <screen os="bc"><userinput>AR=ar AS=as ../binutils-&binutils-dir;/configure \
   --prefix=/cross-tools --host=${CLFS_HOST} --target=${CLFS_TARGET} \
-  --with-sysroot=${CLFS} --with-lib-path=/tools/lib --disable-nls \
-  --disable-static --enable-64-bit-bfd</userinput></screen>
+  --with-sysroot=${CLFS} --with-lib-path=/tools/lib:/tools/lib64 \
+  --disable-nls --disable-static --enable-64-bit-bfd</userinput></screen>
 
     <variablelist os="bd">
       <title>The meaning of the configure options:</title>

-----------------------------------------------------------------------

Summary of changes:
 BOOK/cross-tools/multilib/binutils.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list