[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, sysvinit, updated. clfs-3.0.0-sysvinit-192-gb77323d

git git at clfs.org
Fri Nov 27 10:02:13 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  b77323df88df59fefdbedd2f99687a3212fe3ddb (commit)
      from  9bd6ef9ca1331975c968e0001c51364155bd4c2f (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 b77323df88df59fefdbedd2f99687a3212fe3ddb
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Fri Nov 27 13:24:12 2015 -0600

    Remove disable-bootsrap as that is default when cross-compiling.

diff --git a/BOOK/temp-system/64/gcc.xml b/BOOK/temp-system/64/gcc.xml
index 956238a..464cc32 100644
--- a/BOOK/temp-system/64/gcc.xml
+++ b/BOOK/temp-system/64/gcc.xml
@@ -75,8 +75,7 @@
     --with-local-prefix=/tools --disable-multilib \
     --enable-languages=c,c++ --with-system-zlib \
     --with-native-system-header-dir=/tools/include \
-    --disable-libssp --enable-install-libiberty \
-    --disable-bootstrap</userinput></screen>
+    --disable-libssp --enable-install-libiberty</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/gcc.xml"
diff --git a/BOOK/temp-system/common/gcc.xml b/BOOK/temp-system/common/gcc.xml
index 2e76684..511686f 100644
--- a/BOOK/temp-system/common/gcc.xml
+++ b/BOOK/temp-system/common/gcc.xml
@@ -73,8 +73,7 @@ sed 's@\./fixinc\.sh at -c true@' gcc/Makefile.in.orig > gcc/Makefile.in</userin
     --with-local-prefix=/tools --disable-multilib \
     --enable-languages=c,c++ --with-system-zlib \
     --with-native-system-header-dir=/tools/include \
-    --disable-libssp --enable-install-libiberty \
-    --disable-bootstrap</userinput></screen>
+    --disable-libssp --enable-install-libiberty</userinput></screen>
 
     <variablelist os="cl">
       <title>The meaning of the new configure option:</title>
diff --git a/BOOK/temp-system/mips64-64/gcc.xml b/BOOK/temp-system/mips64-64/gcc.xml
index 707d021..d530bbd 100644
--- a/BOOK/temp-system/mips64-64/gcc.xml
+++ b/BOOK/temp-system/mips64-64/gcc.xml
@@ -74,7 +74,7 @@
     --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \
     --with-local-prefix=/tools --enable-languages=c,c++ --with-system-zlib \
     --with-native-system-header-dir=/tools/include \
-    --enable-install-libiberty --disable-bootstrap</userinput></screen>
+    --enable-install-libiberty</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/gcc.xml"
diff --git a/BOOK/temp-system/mips64/gcc.xml b/BOOK/temp-system/mips64/gcc.xml
index 84c85c4..a82564c 100644
--- a/BOOK/temp-system/mips64/gcc.xml
+++ b/BOOK/temp-system/mips64/gcc.xml
@@ -75,7 +75,7 @@
     --target=${CLFS_TARGET} --with-local-prefix=/tools \
     --enable-languages=c,c++ --with-abi=64 --with-system-zlib \
     --with-native-system-header-dir=/tools/include \
-    --enable-install-libiberty --disable-bootstrap</userinput></screen>
+    --enable-install-libiberty</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../multilib/gcc.xml"
diff --git a/BOOK/temp-system/multilib/gcc.xml b/BOOK/temp-system/multilib/gcc.xml
index 543b171..898b7cd 100644
--- a/BOOK/temp-system/multilib/gcc.xml
+++ b/BOOK/temp-system/multilib/gcc.xml
@@ -75,7 +75,7 @@
     --target=${CLFS_TARGET} --with-local-prefix=/tools \
     --enable-languages=c,c++ --with-system-zlib \
     --with-native-system-header-dir=/tools/include \
-    --disable-libssp --enable-install-libiberty --disable-bootstrap</userinput></screen>
+    --disable-libssp --enable-install-libiberty</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/gcc.xml"
diff --git a/BOOK/temp-system/ppc64-64/gcc.xml b/BOOK/temp-system/ppc64-64/gcc.xml
index d1d8cf9..beaa0bc 100644
--- a/BOOK/temp-system/ppc64-64/gcc.xml
+++ b/BOOK/temp-system/ppc64-64/gcc.xml
@@ -74,7 +74,7 @@
     --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \
     --with-local-prefix=/tools --enable-languages=c,c++ --with-system-zlib \
     --with-native-system-header-dir=/tools/include \
-    --enable-install-libiberty --disable-bootstrap</userinput></screen>
+    --enable-install-libiberty</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/gcc.xml"

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

Summary of changes:
 BOOK/temp-system/64/gcc.xml        |    3 +--
 BOOK/temp-system/common/gcc.xml    |    3 +--
 BOOK/temp-system/mips64-64/gcc.xml |    2 +-
 BOOK/temp-system/mips64/gcc.xml    |    2 +-
 BOOK/temp-system/multilib/gcc.xml  |    2 +-
 BOOK/temp-system/ppc64-64/gcc.xml  |    2 +-
 6 files changed, 6 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list