[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, sysvinit, updated. clfs-3.0.0-sysvinit-219-gfc86858

git git at clfs.org
Tue Dec 15 15:18:24 PST 2015


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, sysvinit has been updated
       via  fc86858dba891431df82c4d638f44b1eac481f10 (commit)
      from  991595cfe580bfe3acf63f226b36169ea01bec0b (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 fc86858dba891431df82c4d638f44b1eac481f10
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Tue Dec 15 19:21:06 2015 -0600

    Remove trailing space after \ in languages=c \. Causes issues when copying/pasting and using build scripts.

diff --git a/BOOK/cross-tools/multilib/gcc-static.xml b/BOOK/cross-tools/multilib/gcc-static.xml
index 2c94a19..3fb7102 100644
--- a/BOOK/cross-tools/multilib/gcc-static.xml
+++ b/BOOK/cross-tools/multilib/gcc-static.xml
@@ -99,7 +99,7 @@ LDFLAGS="-Wl,-rpath,/cross-tools/lib" \
     --disable-libstdc++-v3 \
     --disable-threads \
     --with-system-zlib \
-    --with-isl=/cross-tools \ 
+    --with-isl=/cross-tools \
     --enable-languages=c \
     --with-glibc-version=&glibc-version;</userinput></screen>
 

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

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


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list