[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, sysvinit, updated. clfs-3.0.0-sysvinit-335-ga3baf71

git git at clfs.org
Sat May 13 22:12:30 PDT 2017


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  a3baf71616dd0abc7c8c7f150f7d5d067b8be09e (commit)
      from  1588a152b6d5dcd54d12528cf0a97b5991dd608c (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 a3baf71616dd0abc7c8c7f150f7d5d067b8be09e
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Sun May 14 00:12:09 2017 -0500

    Remove enable system zlib from cross-tools gcc as hosts may not have zlib dev packages installed and it is not needed at this point.

diff --git a/BOOK/cross-tools/common/gcc-final.xml b/BOOK/cross-tools/common/gcc-final.xml
index 44e6059..e805527 100644
--- a/BOOK/cross-tools/common/gcc-final.xml
+++ b/BOOK/cross-tools/common/gcc-final.xml
@@ -77,8 +77,7 @@ LDFLAGS="-Wl,-rpath,/cross-tools/lib" \
     --with-mpc=/cross-tools \
     --with-mpfr=/cross-tools \
     --with-gmp=/cross-tools \
-    --with-isl=/cross-tools \
-    --with-system-zlib</userinput></screen>
+    --with-isl=/cross-tools</userinput></screen>
 
     <variablelist os="bg">
       <title>The meaning of the new configure options:</title>
diff --git a/BOOK/cross-tools/mips64-64/gcc-final.xml b/BOOK/cross-tools/mips64-64/gcc-final.xml
index e1f6c6c..0984af7 100644
--- a/BOOK/cross-tools/mips64-64/gcc-final.xml
+++ b/BOOK/cross-tools/mips64-64/gcc-final.xml
@@ -77,7 +77,6 @@ LDFLAGS="-Wl,-rpath,/cross-tools/lib" \
     --with-mpfr=/cross-tools \
     --with-gmp=/cross-tools \
     --with-isl=/cross-tools \
-    --with-system-zlib \
     --with-abi=64</userinput></screen>
 
     <variablelist os="bg">
diff --git a/BOOK/cross-tools/mips64-64/gcc-static.xml b/BOOK/cross-tools/mips64-64/gcc-static.xml
index f987463..a854c0a 100644
--- a/BOOK/cross-tools/mips64-64/gcc-static.xml
+++ b/BOOK/cross-tools/mips64-64/gcc-static.xml
@@ -102,7 +102,6 @@ LDFLAGS="-Wl,-rpath,/cross-tools/lib" \
     --disable-libcilkrts \
     --disable-threads \
     --disable-multilib \
-    --with-system-zlib \
     --enable-languages=c \
     --with-abi=64 \
     --with-glibc-version=&glibc-version;</userinput></screen>

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

Summary of changes:
 BOOK/cross-tools/common/gcc-final.xml     |    3 +--
 BOOK/cross-tools/mips64-64/gcc-final.xml  |    1 -
 BOOK/cross-tools/mips64-64/gcc-static.xml |    1 -
 3 files changed, 1 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list