[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-3.0.0-systemd-206-g5bf1b58

git git at clfs.org
Fri Nov 27 10:09:58 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, master has been updated
       via  5bf1b5871e3a307fb6662321bbd218c47c462d00 (commit)
      from  8452ed7c58b1b74b822dfb3c8aaa9be1814e6939 (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 5bf1b5871e3a307fb6662321bbd218c47c462d00
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Fri Nov 27 13:31:57 2015 -0600

    Remove entries for non-existent configure options.

diff --git a/BOOK/cross-tools/common/gcc-final.xml b/BOOK/cross-tools/common/gcc-final.xml
index acdba45..b58d0c7 100644
--- a/BOOK/cross-tools/common/gcc-final.xml
+++ b/BOOK/cross-tools/common/gcc-final.xml
@@ -65,7 +65,7 @@
     --with-native-system-header-dir=/tools/include --disable-nls \
     --disable-static --enable-languages=c,c++ --disable-multilib \
     --with-mpc=/cross-tools --with-mpfr=/cross-tools --with-gmp=/cross-tools \
-    --with-isl=/cross-tools --with-system-zlib --disable-bootstrap</userinput></screen>
+    --with-isl=/cross-tools --with-system-zlib</userinput></screen>
 
     <variablelist os="bg">
       <title>The meaning of the new configure options:</title>
@@ -77,33 +77,6 @@
         </listitem>
       </varlistentry>
 
-      <varlistentry os="bg2">
-        <term><parameter>--enable-__cxa_atexit</parameter></term>
-        <listitem>
-          <para>This option allows use of __cxa_atexit, rather than atexit,
-          to register C++ destructors for local statics and global objects
-          and is essential for fully standards-compliant handling of destructors.
-          It also affects the C++ ABI and therefore results in C++ shared libraries
-          and C++ programs that are interoperable with other Linux distributions.</para>
-        </listitem>
-      </varlistentry>
-
-      <varlistentry os="bg3">
-        <term><parameter>--enable-threads=posix</parameter></term>
-        <listitem>
-          <para>This enables C++ exception handling for multi-threaded code.</para>
-        </listitem>
-      </varlistentry>
-
-      <varlistentry os="bg4">
-        <term><parameter>--enable-libstdcxx-time</parameter></term>
-        <listitem>
-          <para>This enables link-time checks for the availability of
-          clock_gettime clocks, and nanosleep and sched_yield functions, in the
-          C library.</para>
-        </listitem>
-      </varlistentry>
-
     </variablelist>
 
     <para os="bh">Continue with compiling the package:</para>
diff --git a/BOOK/cross-tools/common/gcc-static.xml b/BOOK/cross-tools/common/gcc-static.xml
index 1979de7..58e188b 100644
--- a/BOOK/cross-tools/common/gcc-static.xml
+++ b/BOOK/cross-tools/common/gcc-static.xml
@@ -80,7 +80,7 @@ echo -en '\n#undef STANDARD_STARTFILE_PREFIX_2\n#define STANDARD_STARTFILE_PREFI
     --disable-libatomic --disable-libitm --disable-libsanitizer \
     --disable-libquadmath --disable-libvtv --disable-libcilkrts \
     --disable-libstdc++-v3 --disable-threads --disable-multilib \
-    --with-system-zlib --enable-languages=c --disable-boostrap \
+    --with-system-zlib --enable-languages=c \
     --with-glibc-version=&glibc-version;</userinput></screen>
 
     <variablelist os="am">
diff --git a/BOOK/cross-tools/mips64-64/gcc-final.xml b/BOOK/cross-tools/mips64-64/gcc-final.xml
index dc9bec5..889f897 100644
--- a/BOOK/cross-tools/mips64-64/gcc-final.xml
+++ b/BOOK/cross-tools/mips64-64/gcc-final.xml
@@ -65,7 +65,7 @@
     --with-native-system-header-dir=/tools/include --disable-static \
     --enable-languages=c,c++ --disable-multilib --with-mpc=/cross-tools \
     --with-mpfr=/cross-tools --with-gmp=/cross-tools --with-isl=/cross-tools \
-    --with-system-zlib --with-abi=64 --disable-bootstrap</userinput></screen>
+    --with-system-zlib --with-abi=64</userinput></screen>
 
     <variablelist os="bg">
       <title>The meaning of the new configure options:</title>
@@ -82,18 +82,6 @@
       href="../common/gcc-final.xml"
       xpointer="xpointer(//*[@os='bg1'])"/>
 
-      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-      href="../common/gcc-final.xml"
-      xpointer="xpointer(//*[@os='bg2'])"/>
-
-      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-      href="../common/gcc-final.xml"
-      xpointer="xpointer(//*[@os='bg3'])"/>
-
-      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-      href="../common/gcc-final.xml"
-      xpointer="xpointer(//*[@os='bg4'])"/>
-
     </variablelist>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/cross-tools/mips64-64/gcc-static.xml b/BOOK/cross-tools/mips64-64/gcc-static.xml
index 16ca79d..7c14330 100644
--- a/BOOK/cross-tools/mips64-64/gcc-static.xml
+++ b/BOOK/cross-tools/mips64-64/gcc-static.xml
@@ -82,7 +82,7 @@
     --disable-libatomic --disable-libitm --disable-libsanitizer \
     --disable-libquadmath --disable-libvtv --disable-libcilkrts \
     --disable-libcilkrts --disable-threads --disable-multilib \
-    --with-system-zlib --enable-languages=c --with-abi=64 --disable-bootstrap \
+    --with-system-zlib --enable-languages=c --with-abi=64 \
     --with-glibc-version=&glibc-version;</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/cross-tools/multilib/gcc-final.xml b/BOOK/cross-tools/multilib/gcc-final.xml
index 2fd651a..e5cdadc 100644
--- a/BOOK/cross-tools/multilib/gcc-final.xml
+++ b/BOOK/cross-tools/multilib/gcc-final.xml
@@ -64,8 +64,7 @@
     --with-sysroot=${CLFS} --with-local-prefix=/tools \
     --with-native-system-header-dir=/tools/include --disable-static \
     --enable-languages=c,c++ --with-mpc=/cross-tools --with-mpfr=/cross-tools \
-    --with-gmp=/cross-tools --with-isl=/cross-tools --with-system-zlib \
-    --disable-bootstrap</userinput></screen>
+    --with-gmp=/cross-tools --with-isl=/cross-tools --with-system-zlib</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 a6692cd..9dbd5aa 100644
--- a/BOOK/cross-tools/multilib/gcc-static.xml
+++ b/BOOK/cross-tools/multilib/gcc-static.xml
@@ -82,7 +82,7 @@
     --disable-libsanitizer --disable-libquadmath --disable-libvtv \
     --disable-libcilkrts --disable-libstdc++-v3 --disable-threads \
     --with-system-zlib --with-isl=/cross-tools --enable-languages=c \
-    --disable-bootstrap --with-glibc-version=&glibc-version;</userinput></screen>
+    --with-glibc-version=&glibc-version;</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/gcc-static.xml"

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

Summary of changes:
 BOOK/cross-tools/common/gcc-final.xml     |   29 +----------------------------
 BOOK/cross-tools/common/gcc-static.xml    |    2 +-
 BOOK/cross-tools/mips64-64/gcc-final.xml  |   14 +-------------
 BOOK/cross-tools/mips64-64/gcc-static.xml |    2 +-
 BOOK/cross-tools/multilib/gcc-final.xml   |    3 +--
 BOOK/cross-tools/multilib/gcc-static.xml  |    2 +-
 6 files changed, 6 insertions(+), 46 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list