[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. 82b753e07a88c590416bfa73b58a0ad8fe2e06f7

git git at cross-lfs.org
Thu Dec 13 03:57:20 PST 2012


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  82b753e07a88c590416bfa73b58a0ad8fe2e06f7 (commit)
      from  b3a4933e94613cc3e964509b755f105318dff4c3 (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 82b753e07a88c590416bfa73b58a0ad8fe2e06f7
Author: Chris Staub <chris at beaker67.com>
Date:   Thu Dec 13 06:57:15 2012 -0500

    EGLIBC no longer needs --enable-add-ons

diff --git a/BOOK/cross-tools/64/eglibc.xml b/BOOK/cross-tools/64/eglibc.xml
index d5a8909..a2657bc 100644
--- a/BOOK/cross-tools/64/eglibc.xml
+++ b/BOOK/cross-tools/64/eglibc.xml
@@ -58,8 +58,7 @@
       AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
       ../eglibc-&eglibc-version;/configure --prefix=/tools \
       --host=${CLFS_TARGET} --build=${CLFS_HOST} \
-      --disable-profile --enable-add-ons \
-      --with-tls --enable-kernel=2.6.32 --with-__thread \
+      --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \
       --with-binutils=/cross-tools/bin --with-headers=/tools/include \
       --cache-file=config.cache</userinput></screen>
 
@@ -106,6 +105,10 @@
       href="../common/eglibc.xml"
       xpointer="xpointer(//*[@os='dg10'])"/>
 
+      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+      href="../common/eglibc.xml"
+      xpointer="xpointer(//*[@os='dg11'])"/>
+
     </variablelist>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/cross-tools/common/eglibc.xml b/BOOK/cross-tools/common/eglibc.xml
index eb9c777..12112b3 100644
--- a/BOOK/cross-tools/common/eglibc.xml
+++ b/BOOK/cross-tools/common/eglibc.xml
@@ -57,10 +57,9 @@ EOF</userinput></screen>
     AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
     ../eglibc-&eglibc-version;/configure --prefix=/tools \
     --host=${CLFS_TARGET} --build=${CLFS_HOST} \
-    --disable-profile --enable-add-ons \
-    --with-tls --enable-kernel=2.6.32 --with-__thread \
-    --with-binutils=/cross-tools/bin --with-headers=/tools/include \
-    --cache-file=config.cache</userinput></screen>
+    --disable-profile --with-tls --enable-kernel=2.6.32
+    --with-__thread --with-binutils=/cross-tools/bin
+    --with-headers=/tools/include --cache-file=config.cache</userinput></screen>
 
     <variablelist os="dg">
       <title>The meaning of the new configure options:</title>
@@ -106,21 +105,13 @@ EOF</userinput></screen>
       </varlistentry>
 
       <varlistentry os="dg6">
-        <term><parameter>--enable-add-ons</parameter></term>
-        <listitem>
-          <para>This tells EGLIBC to utilize all add-ons that are
-          available.</para>
-        </listitem>
-      </varlistentry>
-
-      <varlistentry os="dg7">
         <term><parameter>--with-tls</parameter></term>
         <listitem>
           <para>This tells EGLIBC to use Thread Local Storage.</para>
         </listitem>
       </varlistentry>
 
-      <varlistentry os="dg8">
+      <varlistentry os="dg7">
         <term><parameter>--enable-kernel=2.6.32</parameter></term>
         <listitem>
           <para>This tells EGLIBC to compile the library with support
@@ -128,7 +119,7 @@ EOF</userinput></screen>
         </listitem>
       </varlistentry>
 
-      <varlistentry os="dg9">
+      <varlistentry os="dg8">
         <term><parameter>--with-__thread</parameter></term>
         <listitem>
           <para>This tells EGLIBC to use use the __thread for libc and
@@ -136,7 +127,7 @@ EOF</userinput></screen>
         </listitem>
       </varlistentry>
 
-      <varlistentry os="dg10">
+      <varlistentry os="dg9">
         <term><parameter>--with-binutils=/cross-tools/bin</parameter></term>
         <listitem>
           <para>This tells EGLIBC to use the Binutils that are specific to
@@ -144,7 +135,7 @@ EOF</userinput></screen>
         </listitem>
       </varlistentry>
 
-      <varlistentry os="dg11">
+      <varlistentry os="dg10">
         <term><parameter>--with-headers=/tools/include</parameter></term>
         <listitem>
           <para>This tells EGLIBC to compile itself against the headers
@@ -154,7 +145,7 @@ EOF</userinput></screen>
         </listitem>
       </varlistentry>
 
-      <varlistentry os="dg12">
+      <varlistentry os="dg11">
         <term><parameter>--cache-file=config.cache</parameter></term>
         <listitem>
           <para>This tells EGLIBC to utilize a premade cache file.</para>
diff --git a/BOOK/cross-tools/mips64/eglibc-n32.xml b/BOOK/cross-tools/mips64/eglibc-n32.xml
index fa4e3c4..e42ea31 100644
--- a/BOOK/cross-tools/mips64/eglibc-n32.xml
+++ b/BOOK/cross-tools/mips64/eglibc-n32.xml
@@ -79,8 +79,7 @@
     AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
     ../eglibc-&eglibc-version;/configure --prefix=/tools \
     --host=${CLFS_TARGET} --build=${CLFS_HOST} --libdir=/tools/lib32 \
-    --disable-profile --enable-add-ons \
-    --with-tls --enable-kernel=2.6.32 --with-__thread \
+    --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \
     --with-binutils=/cross-tools/bin --with-headers=/tools/include \
     --cache-file=config.cache</userinput></screen>
 
diff --git a/BOOK/cross-tools/multilib/eglibc-64bit.xml b/BOOK/cross-tools/multilib/eglibc-64bit.xml
index 212db4e..2e8cd53 100644
--- a/BOOK/cross-tools/multilib/eglibc-64bit.xml
+++ b/BOOK/cross-tools/multilib/eglibc-64bit.xml
@@ -63,8 +63,7 @@
     AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
     ../eglibc-&eglibc-version;/configure --prefix=/tools \
     --host=${CLFS_TARGET} --build=${CLFS_HOST} --libdir=/tools/lib64 \
-    --disable-profile --enable-add-ons \
-    --with-tls --enable-kernel=2.6.32 --with-__thread \
+    --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \
     --with-binutils=/cross-tools/bin --with-headers=/tools/include \
     --cache-file=config.cache</userinput></screen>
 
diff --git a/BOOK/cross-tools/multilib/eglibc.xml b/BOOK/cross-tools/multilib/eglibc.xml
index a918167..c98a671 100644
--- a/BOOK/cross-tools/multilib/eglibc.xml
+++ b/BOOK/cross-tools/multilib/eglibc.xml
@@ -58,8 +58,7 @@
     AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
     ../eglibc-&eglibc-version;/configure --prefix=/tools \
     --host=${CLFS_TARGET32} --build=${CLFS_HOST} \
-    --disable-profile --enable-add-ons \
-    --with-tls --enable-kernel=2.6.32 --with-__thread \
+    --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \
     --with-binutils=/cross-tools/bin --with-headers=/tools/include \
     --cache-file=config.cache</userinput></screen>
 
@@ -110,6 +109,10 @@
       href="../common/eglibc.xml"
       xpointer="xpointer(//*[@os='dg10'])"/>
 
+      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+      href="../common/eglibc.xml"
+      xpointer="xpointer(//*[@os='dg11'])"/>
+
     </variablelist>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/cross-tools/ppc64/eglibc.xml b/BOOK/cross-tools/ppc64/eglibc.xml
index 7b3510a..3b8732d 100644
--- a/BOOK/cross-tools/ppc64/eglibc.xml
+++ b/BOOK/cross-tools/ppc64/eglibc.xml
@@ -93,6 +93,10 @@
       href="../common/eglibc.xml"
       xpointer="xpointer(//*[@os='dg10'])"/>
 
+      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+      href="../common/eglibc.xml"
+      xpointer="xpointer(//*[@os='dg11'])"/>
+
     </variablelist>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/cross-tools/sparc64/eglibc.xml b/BOOK/cross-tools/sparc64/eglibc.xml
index a918167..a9a6b34 100644
--- a/BOOK/cross-tools/sparc64/eglibc.xml
+++ b/BOOK/cross-tools/sparc64/eglibc.xml
@@ -58,8 +58,7 @@
     AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
     ../eglibc-&eglibc-version;/configure --prefix=/tools \
     --host=${CLFS_TARGET32} --build=${CLFS_HOST} \
-    --disable-profile --enable-add-ons \
-    --with-tls --enable-kernel=2.6.32 --with-__thread \
+    --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \
     --with-binutils=/cross-tools/bin --with-headers=/tools/include \
     --cache-file=config.cache</userinput></screen>
 
diff --git a/BOOK/cross-tools/x86/eglibc.xml b/BOOK/cross-tools/x86/eglibc.xml
index cd66df2..0ce7a8e 100644
--- a/BOOK/cross-tools/x86/eglibc.xml
+++ b/BOOK/cross-tools/x86/eglibc.xml
@@ -59,8 +59,7 @@
     CFLAGS="-march=$(cut -d- -f1 <<< $CLFS_TARGET) -mtune=generic -g -O2" \
     ../eglibc-&eglibc-version;/configure --prefix=/tools \
     --host=${CLFS_TARGET} --build=${CLFS_HOST} \
-    --disable-profile --enable-add-ons \
-    --with-tls --enable-kernel=2.6.32 --with-__thread \
+    --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \
     --with-binutils=/cross-tools/bin --with-headers=/tools/include \
     --cache-file=config.cache</userinput></screen>
 
@@ -119,10 +118,6 @@
       href="../common/eglibc.xml"
       xpointer="xpointer(//*[@os='dg11'])"/>
 
-      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-      href="../common/eglibc.xml"
-      xpointer="xpointer(//*[@os='dg12'])"/>
-
     </variablelist>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/cross-tools/x86_64/eglibc.xml b/BOOK/cross-tools/x86_64/eglibc.xml
index d0ac01b..4872f59 100644
--- a/BOOK/cross-tools/x86_64/eglibc.xml
+++ b/BOOK/cross-tools/x86_64/eglibc.xml
@@ -59,8 +59,7 @@
     CFLAGS="-march=$(cut -d- -f1 <<< $CLFS_TARGET32) -mtune=generic -g -O2" \
     ../eglibc-&eglibc-version;/configure --prefix=/tools \
     --host=${CLFS_TARGET32} --build=${CLFS_HOST} \
-    --disable-profile --enable-add-ons \
-    --with-tls --enable-kernel=2.6.32 --with-__thread \
+    --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \
     --with-binutils=/cross-tools/bin --with-headers=/tools/include \
     --cache-file=config.cache</userinput></screen>
 
@@ -115,6 +114,10 @@
       href="../common/eglibc.xml"
       xpointer="xpointer(//*[@os='dg10'])"/>
 
+      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+      href="../common/eglibc.xml"
+      xpointer="xpointer(//*[@os='dg11'])"/>
+
     </variablelist>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/final-system/common/eglibc.xml b/BOOK/final-system/common/eglibc.xml
index 4fb8c45..442e635 100644
--- a/BOOK/final-system/common/eglibc.xml
+++ b/BOOK/final-system/common/eglibc.xml
@@ -78,8 +78,7 @@ cd ../eglibc-build</userinput></screen>
     <para os="g">Prepare EGLIBC for compilation:</para>
 
 <screen os="h"><userinput>../eglibc-&eglibc-version;/configure --prefix=/usr \
-    --disable-profile --enable-add-ons --enable-kernel=2.6.32 \
-    --libexecdir=/usr/lib/eglibc</userinput></screen>
+    --disable-profile --enable-kernel=2.6.32 --libexecdir=/usr/lib/eglibc</userinput></screen>
 
     <variablelist os="i">
       <title>The meaning of the new configure option:</title>
diff --git a/BOOK/final-system/mips64/eglibc-n32.xml b/BOOK/final-system/mips64/eglibc-n32.xml
index d4765cc..fc67669 100644
--- a/BOOK/final-system/mips64/eglibc-n32.xml
+++ b/BOOK/final-system/mips64/eglibc-n32.xml
@@ -85,7 +85,7 @@ unset LINKER</userinput></screen>
 
 <screen os="h"><userinput>CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \
     ../eglibc-&eglibc-version;/configure --prefix=/usr \
-    --disable-profile --enable-add-ons --enable-kernel=2.6.32 \
+    --disable-profile --enable-kernel=2.6.32 \
     --libexecdir=/usr/lib32/eglibc --libdir=/usr/lib32</userinput></screen>
 
     <variablelist os="i">
diff --git a/BOOK/final-system/multilib/eglibc-64bit.xml b/BOOK/final-system/multilib/eglibc-64bit.xml
index b12c8a4..8f5e99d 100644
--- a/BOOK/final-system/multilib/eglibc-64bit.xml
+++ b/BOOK/final-system/multilib/eglibc-64bit.xml
@@ -69,7 +69,7 @@ unset LINKER</userinput></screen>
 
 <screen os="h"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
     ../eglibc-&eglibc-version;/configure --prefix=/usr \
-    --disable-profile --enable-add-ons --enable-kernel=2.6.32 \
+    --disable-profile --enable-kernel=2.6.32 \
     --libexecdir=/usr/lib64/glibc --libdir=/usr/lib64</userinput></screen>
 
     <variablelist os="i">
diff --git a/BOOK/final-system/multilib/eglibc.xml b/BOOK/final-system/multilib/eglibc.xml
index caa1214..909025d 100644
--- a/BOOK/final-system/multilib/eglibc.xml
+++ b/BOOK/final-system/multilib/eglibc.xml
@@ -68,7 +68,7 @@
 
 <screen os="h"><userinput>CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \
     ../eglibc-&eglibc-version;/configure --prefix=/usr \
-    --disable-profile --enable-add-ons --enable-kernel=2.6.32 \
+    --disable-profile --enable-kernel=2.6.32 \
     --libexecdir=/usr/lib/eglibc --host=${CLFS_TARGET32}</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/final-system/ppc64/eglibc-64bit.xml b/BOOK/final-system/ppc64/eglibc-64bit.xml
index 99cc0ca..f4c9db1 100644
--- a/BOOK/final-system/ppc64/eglibc-64bit.xml
+++ b/BOOK/final-system/ppc64/eglibc-64bit.xml
@@ -68,7 +68,7 @@
 
 <screen os="h"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
     ../eglibc-&eglibc-version;/configure --prefix=/usr \
-    --disable-profile --enable-add-ons --enable-kernel=2.6.32 \
+    --disable-profile --enable-kernel=2.6.32 \
     --libexecdir=/usr/lib64/eglibc --libdir=/usr/lib64</userinput></screen>
 
     <variablelist os="i">
diff --git a/BOOK/final-system/ppc64/eglibc.xml b/BOOK/final-system/ppc64/eglibc.xml
index e401320..aaf0b1d 100644
--- a/BOOK/final-system/ppc64/eglibc.xml
+++ b/BOOK/final-system/ppc64/eglibc.xml
@@ -84,7 +84,7 @@
 
 <screen os="h"><userinput>CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \
     ../eglibc-&eglibc-version;/configure --prefix=/usr \
-    --disable-profile --enable-add-ons --enable-kernel=2.6.32 \
+    --disable-profile --enable-kernel=2.6.32 \
     --libexecdir=/usr/lib/eglibc --host=${CLFS_TARGET32}</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/final-system/sparc64-64/eglibc.xml b/BOOK/final-system/sparc64-64/eglibc.xml
index fdc0437..65b7a22 100644
--- a/BOOK/final-system/sparc64-64/eglibc.xml
+++ b/BOOK/final-system/sparc64-64/eglibc.xml
@@ -82,7 +82,7 @@
     xpointer="xpointer(//*[@os='g'])"/>
 
 <screen os="h"><userinput>CC="gcc ${BUILD64}" ../eglibc-&eglibc-version;/configure --prefix=/usr \
-    --disable-profile --enable-add-ons --enable-kernel=2.6.32 \
+    --disable-profile --enable-kernel=2.6.32 \
     --libexecdir=/usr/lib/eglibc --libdir=/usr/lib \
     --cache-file=config.cache</userinput></screen>
 
diff --git a/BOOK/final-system/sparc64/eglibc-64bit.xml b/BOOK/final-system/sparc64/eglibc-64bit.xml
index fb8c953..638a66e 100644
--- a/BOOK/final-system/sparc64/eglibc-64bit.xml
+++ b/BOOK/final-system/sparc64/eglibc-64bit.xml
@@ -76,7 +76,7 @@
 
 <screen os="h"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
     ../eglibc-&eglibc-version;/configure --prefix=/usr \
-    --disable-profile --enable-add-ons --enable-kernel=2.6.32 \
+    --disable-profile --enable-kernel=2.6.32 \
     --libexecdir=/usr/lib64/eglibc --libdir=/usr/lib64 \
     --cache-file=config.cache</userinput></screen>
 
diff --git a/BOOK/final-system/x86/eglibc.xml b/BOOK/final-system/x86/eglibc.xml
index 911174d..5a99ef1 100644
--- a/BOOK/final-system/x86/eglibc.xml
+++ b/BOOK/final-system/x86/eglibc.xml
@@ -67,8 +67,7 @@
 
 <screen os="h"><userinput>CFLAGS="-march=$(cut -d- -f1 <<< $MACHTYPE) \
     -mtune=generic -g -O2" ../eglibc-&eglibc-version;/configure --prefix=/usr \
-    --disable-profile --enable-add-ons --enable-kernel=2.6.32 \
-    --libexecdir=/usr/lib/eglibc</userinput></screen>
+    --disable-profile --enable-kernel=2.6.32 --libexecdir=/usr/lib/eglibc</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/eglibc.xml"
diff --git a/BOOK/final-system/x86_64-64/eglibc.xml b/BOOK/final-system/x86_64-64/eglibc.xml
index ffeff5c..2d9f575 100644
--- a/BOOK/final-system/x86_64-64/eglibc.xml
+++ b/BOOK/final-system/x86_64-64/eglibc.xml
@@ -72,7 +72,7 @@
 
 <screen os="h"><userinput>CFLAGS="-mtune=generic -g -O2" \
     ../eglibc-&eglibc-version;/configure --prefix=/usr \
-    --disable-profile --enable-add-ons --enable-kernel=2.6.32 \
+    --disable-profile --enable-kernel=2.6.32 \
     --libexecdir=/usr/lib/eglibc --libdir=/usr/lib</userinput></screen>
 
     <variablelist os="i">
diff --git a/BOOK/final-system/x86_64/eglibc-64bit.xml b/BOOK/final-system/x86_64/eglibc-64bit.xml
index 90bf244..84c8821 100644
--- a/BOOK/final-system/x86_64/eglibc-64bit.xml
+++ b/BOOK/final-system/x86_64/eglibc-64bit.xml
@@ -72,7 +72,7 @@
 <screen os="h"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
     CFLAGS="-mtune=generic -g -O2" \
     ../eglibc-&eglibc-version;/configure --prefix=/usr \
-    --disable-profile --enable-add-ons --enable-kernel=2.6.32 \
+    --disable-profile --enable-kernel=2.6.32 \
     --libexecdir=/usr/lib64/eglibc --libdir=/usr/lib64</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/final-system/x86_64/eglibc.xml b/BOOK/final-system/x86_64/eglibc.xml
index 5b5e498..3180330 100644
--- a/BOOK/final-system/x86_64/eglibc.xml
+++ b/BOOK/final-system/x86_64/eglibc.xml
@@ -69,7 +69,7 @@
 <screen os="h"><userinput>CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \
     CFLAGS="-march=$(cut -d- -f1 <<< ${CLFS_TARGET32}) \
     -mtune=generic -g -O2" ../eglibc-&eglibc-version;/configure --prefix=/usr \
-    --disable-profile --enable-add-ons --enable-kernel=2.6.32 \
+    --disable-profile --enable-kernel=2.6.32 \
     --libexecdir=/usr/lib/eglibc --host=${CLFS_TARGET32}</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index 19d586c..2387720 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -37,6 +37,16 @@
 -->
 
     <listitem>
+      <para>Date</para>
+      <itemizedlist>
+        <listitem>
+          <para>[Chris] - Removed redundant --enable-add-ons parameter from
+          EGLIBC installation.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>November 18, 2012</para>
       <itemizedlist>
         <listitem>

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

Summary of changes:
 BOOK/cross-tools/64/eglibc.xml              |    7 +++++--
 BOOK/cross-tools/common/eglibc.xml          |   25 ++++++++-----------------
 BOOK/cross-tools/mips64/eglibc-n32.xml      |    3 +--
 BOOK/cross-tools/multilib/eglibc-64bit.xml  |    3 +--
 BOOK/cross-tools/multilib/eglibc.xml        |    7 +++++--
 BOOK/cross-tools/ppc64/eglibc.xml           |    4 ++++
 BOOK/cross-tools/sparc64/eglibc.xml         |    3 +--
 BOOK/cross-tools/x86/eglibc.xml             |    7 +------
 BOOK/cross-tools/x86_64/eglibc.xml          |    7 +++++--
 BOOK/final-system/common/eglibc.xml         |    3 +--
 BOOK/final-system/mips64/eglibc-n32.xml     |    2 +-
 BOOK/final-system/multilib/eglibc-64bit.xml |    2 +-
 BOOK/final-system/multilib/eglibc.xml       |    2 +-
 BOOK/final-system/ppc64/eglibc-64bit.xml    |    2 +-
 BOOK/final-system/ppc64/eglibc.xml          |    2 +-
 BOOK/final-system/sparc64-64/eglibc.xml     |    2 +-
 BOOK/final-system/sparc64/eglibc-64bit.xml  |    2 +-
 BOOK/final-system/x86/eglibc.xml            |    3 +--
 BOOK/final-system/x86_64-64/eglibc.xml      |    2 +-
 BOOK/final-system/x86_64/eglibc-64bit.xml   |    2 +-
 BOOK/final-system/x86_64/eglibc.xml         |    2 +-
 BOOK/introduction/common/changelog.xml      |   10 ++++++++++
 22 files changed, 53 insertions(+), 49 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list