[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. 218c45a47d182c5e419ef193a6dc6683c736bcd4

git git at cross-lfs.org
Fri Feb 1 17:23:42 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  218c45a47d182c5e419ef193a6dc6683c736bcd4 (commit)
      from  b814067b083b5b3e729a3d49b31afcf611b6f3ae (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 218c45a47d182c5e419ef193a6dc6683c736bcd4
Author: William Harrington <kb0iic at gmail.com>
Date:   Fri Feb 1 19:18:30 2013 -0600

    Restrict line length of binutils options during configure.

diff --git a/BOOK/cross-tools/multilib/binutils.xml b/BOOK/cross-tools/multilib/binutils.xml
index 382f233..e1b1c34 100644
--- a/BOOK/cross-tools/multilib/binutils.xml
+++ b/BOOK/cross-tools/multilib/binutils.xml
@@ -50,8 +50,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 --enable-shared \
-  --disable-static --enable-64-bit-bfd</userinput></screen>
+  --with-sysroot=${CLFS} --with-lib-path=/tools/lib --disable-nls \
+  --enable-shared --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