[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, sysvinit, updated. clfs-3.0.0-sysvinit-343-g763a8c8

git git at clfs.org
Sun May 14 13:30:57 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  763a8c8410d210c1a05c4bf8f4eb3c9eda1617ba (commit)
      from  4351d429dac0b432d0f8001f64a91e832b614858 (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 763a8c8410d210c1a05c4bf8f4eb3c9eda1617ba
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Sun May 14 15:30:11 2017 -0500

    Remove --with-system-zlib configure option from cross-tools gcc static/final as most hosts won't have zlib.h around. No reason to add zlib as a dep to host sys req.

diff --git a/BOOK/cross-tools/common/gcc-static.xml b/BOOK/cross-tools/common/gcc-static.xml
index 272c7ac..357438b 100644
--- a/BOOK/cross-tools/common/gcc-static.xml
+++ b/BOOK/cross-tools/common/gcc-static.xml
@@ -100,7 +100,6 @@ LDFLAGS="-Wl,-rpath,/cross-tools/lib" \
     --disable-libstdc++-v3 \
     --disable-threads \
     --disable-multilib \
-    --with-system-zlib \
     --enable-languages=c \
     --with-glibc-version=&glibc-version;</userinput></screen>
 
diff --git a/BOOK/cross-tools/multilib/gcc-final.xml b/BOOK/cross-tools/multilib/gcc-final.xml
index ce19030..de59ab8 100644
--- a/BOOK/cross-tools/multilib/gcc-final.xml
+++ b/BOOK/cross-tools/multilib/gcc-final.xml
@@ -75,8 +75,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>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/gcc-final.xml"
diff --git a/BOOK/cross-tools/multilib/gcc-static.xml b/BOOK/cross-tools/multilib/gcc-static.xml
index 58636bd..8a1d6b5 100644
--- a/BOOK/cross-tools/multilib/gcc-static.xml
+++ b/BOOK/cross-tools/multilib/gcc-static.xml
@@ -100,7 +100,6 @@ LDFLAGS="-Wl,-rpath,/cross-tools/lib" \
     --disable-libcilkrts \
     --disable-libstdc++-v3 \
     --disable-threads \
-    --with-system-zlib \
     --with-isl=/cross-tools \
     --enable-languages=c \
     --with-glibc-version=&glibc-version;</userinput></screen>

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

Summary of changes:
 BOOK/cross-tools/common/gcc-static.xml   |    1 -
 BOOK/cross-tools/multilib/gcc-final.xml  |    3 +--
 BOOK/cross-tools/multilib/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