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

git git at cross-lfs.org
Sun Jan 6 17:57:24 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  da4d9d8546d6b3c88474854fbb447ebacfacd028 (commit)
      from  453569c37a1c2864d3398c9d56f79d5a2f5fe8b1 (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 da4d9d8546d6b3c88474854fbb447ebacfacd028
Author: William Harrington <kb0iic at gmail.com>
Date:   Sun Jan 6 19:56:06 2013 -0600

    Add missing back slashes to end of configure commands.

diff --git a/BOOK/cross-tools/common/eglibc.xml b/BOOK/cross-tools/common/eglibc.xml
index 12112b3..ac1f51b 100644
--- a/BOOK/cross-tools/common/eglibc.xml
+++ b/BOOK/cross-tools/common/eglibc.xml
@@ -57,8 +57,8 @@ EOF</userinput></screen>
     AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
     ../eglibc-&eglibc-version;/configure --prefix=/tools \
     --host=${CLFS_TARGET} --build=${CLFS_HOST} \
-    --disable-profile --with-tls --enable-kernel=2.6.32
-    --with-__thread --with-binutils=/cross-tools/bin
+    --disable-profile --with-tls --enable-kernel=2.6.32 \
+    --with-__thread --with-binutils=/cross-tools/bin \
     --with-headers=/tools/include --cache-file=config.cache</userinput></screen>
 
     <variablelist os="dg">

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

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


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list