Author: manuel
Date: 2005-06-23 12:56:25 -0600 (Thu, 23 Jun 2005)
New Revision: 6132

Modified:
   branches/cross-lfs/BOOK/cross-tools/mips/glibc-headers.xml
   branches/cross-lfs/BOOK/cross-tools/mips/glibc-startfiles.xml
   branches/cross-lfs/BOOK/cross-tools/mips/glibc.xml
   branches/cross-lfs/BOOK/cross-tools/mips64/glibc-64bit.xml
   branches/cross-lfs/BOOK/cross-tools/mips64/glibc-n32.xml
   branches/cross-lfs/BOOK/cross-tools/mips64/glibc-startfiles-64bit.xml
   branches/cross-lfs/BOOK/cross-tools/mips64/glibc-startfiles-n32.xml
   branches/cross-lfs/BOOK/cross-tools/mips64/glibc-startfiles.xml
   branches/cross-lfs/BOOK/cross-tools/mips64/glibc.xml
   branches/cross-lfs/BOOK/cross-tools/ppc/glibc-headers.xml
   branches/cross-lfs/BOOK/cross-tools/sparc/glibc-headers.xml
   branches/cross-lfs/BOOK/cross-tools/sparc64/glibc-64bit.xml
   branches/cross-lfs/BOOK/cross-tools/sparc64/glibc-startfiles-64bit.xml
   branches/cross-lfs/BOOK/cross-tools/sparc64/glibc-startfiles.xml
   branches/cross-lfs/BOOK/cross-tools/sparc64/glibc.xml
   branches/cross-lfs/BOOK/cross-tools/x86/glibc-headers.xml
   branches/cross-lfs/BOOK/cross-tools/x86/glibc-startfiles.xml
   branches/cross-lfs/BOOK/cross-tools/x86/glibc.xml
   branches/cross-lfs/BOOK/cross-tools/x86_64/glibc-64bit.xml
   branches/cross-lfs/BOOK/cross-tools/x86_64/glibc-startfiles-64bit.xml
   branches/cross-lfs/BOOK/cross-tools/x86_64/glibc-startfiles.xml
   branches/cross-lfs/BOOK/cross-tools/x86_64/glibc.xml
   branches/cross-lfs/BOOK/general.ent
   branches/cross-lfs/BOOK/introduction/common/changelog.xml
Log:
Removed --without-cvs on Glibc cross-tools commands. We aren't using Glibc CVS 
snapshots.

Modified: branches/cross-lfs/BOOK/cross-tools/mips/glibc-headers.xml
===================================================================
--- branches/cross-lfs/BOOK/cross-tools/mips/glibc-headers.xml  2005-06-23 
18:43:06 UTC (rev 6131)
+++ branches/cross-lfs/BOOK/cross-tools/mips/glibc-headers.xml  2005-06-23 
18:56:25 UTC (rev 6132)
@@ -74,15 +74,43 @@
     <para>Next, prepare Glibc for compilation:</para>
 
 <screen><userinput>CC="${LFS_TARGET}-gcc" ../glibc-&glibc-version;/configure 
--prefix=/tools \
-    --host=${LFS_TARGET} --build=${LFS_HOST} --without-cvs \
+    --host=${LFS_TARGET} --build=${LFS_HOST} \
     --disable-sanity-checks --enable-kernel=2.6.0 \
     --with-headers=/tools/include \
     --with-binutils=/cross-tools/${LFS_TARGET}/bin</userinput></screen>
 
-    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
-    href="../x86/glibc-headers.xml"
-    xpointer="xpointer(//[EMAIL PROTECTED]'installation']/variablelist[1])"/>
+    <variablelist>
+      <title>The meaning of the configure options:</title>
 
+      <varlistentry>
+        <term><parameter>CC="${LFS_TARGET}-gcc"</parameter></term>
+        <listitem>
+          <para>This do ...</para>
+        </listitem>
+      </varlistentry>
+
+      <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+      href="../x86/glibc-headers.xml"
+      xpointer="xpointer(//[EMAIL 
PROTECTED]'installation']/variablelist[1]/varlistentry[2])"/>
+
+      <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+      href="../x86/glibc-headers.xml"
+      xpointer="xpointer(//[EMAIL 
PROTECTED]'installation']/variablelist[1]/varlistentry[3])"/>
+
+      <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+      href="../x86/glibc-headers.xml"
+      xpointer="xpointer(//[EMAIL 
PROTECTED]'installation']/variablelist[1]/varlistentry[4])"/>
+
+      <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+      href="../x86/glibc-headers.xml"
+      xpointer="xpointer(//[EMAIL 
PROTECTED]'installation']/variablelist[1]/varlistentry[5])"/>
+
+      <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+      href="../x86/glibc-headers.xml"
+      xpointer="xpointer(//[EMAIL 
PROTECTED]'installation']/variablelist[1]/varlistentry[6])"/>
+
+    </variablelist>
+
     <para>Now, install the package:</para>
 
 <screen><userinput>make install-headers</userinput></screen>

Modified: branches/cross-lfs/BOOK/cross-tools/mips/glibc-startfiles.xml
===================================================================
--- branches/cross-lfs/BOOK/cross-tools/mips/glibc-startfiles.xml       
2005-06-23 18:43:06 UTC (rev 6131)
+++ branches/cross-lfs/BOOK/cross-tools/mips/glibc-startfiles.xml       
2005-06-23 18:56:25 UTC (rev 6132)
@@ -78,7 +78,7 @@
     AR="${LFS_TARGET}-ar" RANLIB="${LFS_TARGET}-ranlib" \
     ../glibc-&glibc-version;/configure --prefix=/tools \
     --host=${LFS_TARGET} --build=${LFS_HOST} \
-    --without-cvs --disable-profile --enable-add-ons \
+    --disable-profile --enable-add-ons \
     --enable-kernel=2.6.0 --with-binutils=/cross-tools/bin \
     --with-headers=/tools/include</userinput></screen>
 

Modified: branches/cross-lfs/BOOK/cross-tools/mips/glibc.xml
===================================================================
--- branches/cross-lfs/BOOK/cross-tools/mips/glibc.xml  2005-06-23 18:43:06 UTC 
(rev 6131)
+++ branches/cross-lfs/BOOK/cross-tools/mips/glibc.xml  2005-06-23 18:56:25 UTC 
(rev 6132)
@@ -85,7 +85,7 @@
     AR="${LFS_TARGET}-ar" RANLIB="${LFS_TARGET}-ranlib" \
     ../glibc-&glibc-version;/configure --prefix=/tools \
     --host=${LFS_TARGET} --build=${LFS_HOST} \
-    --without-cvs --disable-profile --enable-add-ons \
+    --disable-profile --enable-add-ons \
     --enable-kernel=2.6.0 --with-binutils=/cross-tools/bin \
     --with-headers=/tools/include</userinput></screen>
 

Modified: branches/cross-lfs/BOOK/cross-tools/mips64/glibc-64bit.xml
===================================================================
--- branches/cross-lfs/BOOK/cross-tools/mips64/glibc-64bit.xml  2005-06-23 
18:43:06 UTC (rev 6131)
+++ branches/cross-lfs/BOOK/cross-tools/mips64/glibc-64bit.xml  2005-06-23 
18:56:25 UTC (rev 6132)
@@ -90,7 +90,7 @@
     AR="${LFS_TARGET}-ar" RANLIB="${LFS_TARGET}-ranlib" \
     ../glibc-&glibc-version;/configure --prefix=/tools \
     --host=${LFS_TARGET} --build=${LFS_HOST} --libdir=/tools/lib64 \
-    --without-cvs --disable-profile --enable-add-ons \
+    --disable-profile --enable-add-ons \
     --enable-kernel=2.6.0 --with-binutils=/cross-tools/bin \
     --with-headers=/tools/include</userinput></screen>
 

Modified: branches/cross-lfs/BOOK/cross-tools/mips64/glibc-n32.xml
===================================================================
--- branches/cross-lfs/BOOK/cross-tools/mips64/glibc-n32.xml    2005-06-23 
18:43:06 UTC (rev 6131)
+++ branches/cross-lfs/BOOK/cross-tools/mips64/glibc-n32.xml    2005-06-23 
18:56:25 UTC (rev 6132)
@@ -90,7 +90,7 @@
     AR="${LFS_TARGET}-ar" RANLIB="${LFS_TARGET}-ranlib" \
     ../glibc-&glibc-version;/configure --prefix=/tools \
     --host=${LFS_TARGET} --build=${LFS_HOST} --libdir=/tools/lib32 \
-    --without-cvs --disable-profile --enable-add-ons \
+    --disable-profile --enable-add-ons \
     --enable-kernel=2.6.0 --with-binutils=/cross-tools/bin \
     --with-headers=/tools/include</userinput></screen>
 

Modified: branches/cross-lfs/BOOK/cross-tools/mips64/glibc-startfiles-64bit.xml
===================================================================
--- branches/cross-lfs/BOOK/cross-tools/mips64/glibc-startfiles-64bit.xml       
2005-06-23 18:43:06 UTC (rev 6131)
+++ branches/cross-lfs/BOOK/cross-tools/mips64/glibc-startfiles-64bit.xml       
2005-06-23 18:56:25 UTC (rev 6132)
@@ -78,7 +78,7 @@
     ${BUILD64}" AR="${LFS_TARGET}-ar" RANLIB="${LFS_TARGET}-ranlib" \
     ../glibc-&glibc-version;/configure --prefix=/tools \
     --host=${LFS_TARGET} --build=${LFS_HOST} \
-    --without-cvs --disable-profile --enable-add-ons \
+    --disable-profile --enable-add-ons \
     --enable-kernel=2.6.0 --with-binutils=/cross-tools/bin \
     --with-headers=/tools/include</userinput></screen>
 

Modified: branches/cross-lfs/BOOK/cross-tools/mips64/glibc-startfiles-n32.xml
===================================================================
--- branches/cross-lfs/BOOK/cross-tools/mips64/glibc-startfiles-n32.xml 
2005-06-23 18:43:06 UTC (rev 6131)
+++ branches/cross-lfs/BOOK/cross-tools/mips64/glibc-startfiles-n32.xml 
2005-06-23 18:56:25 UTC (rev 6132)
@@ -78,7 +78,7 @@
     AR="${LFS_TARGET}-ar" RANLIB="${LFS_TARGET}-ranlib" \
     ../glibc-&glibc-version;/configure --prefix=/tools \
     --host=${LFS_TARGET} --build=${LFS_HOST} \
-    --without-cvs --disable-profile --enable-add-ons \
+    --disable-profile --enable-add-ons \
     --enable-kernel=2.6.0 --with-binutils=/cross-tools/bin \
     --with-headers=/tools/include</userinput></screen>
 

Modified: branches/cross-lfs/BOOK/cross-tools/mips64/glibc-startfiles.xml
===================================================================
--- branches/cross-lfs/BOOK/cross-tools/mips64/glibc-startfiles.xml     
2005-06-23 18:43:06 UTC (rev 6131)
+++ branches/cross-lfs/BOOK/cross-tools/mips64/glibc-startfiles.xml     
2005-06-23 18:56:25 UTC (rev 6132)
@@ -78,7 +78,7 @@
     AR="${LFS_TARGET}-ar" RANLIB="${LFS_TARGET}-ranlib" \
     ../glibc-&glibc-version;/configure --prefix=/tools \
     --host=${LFS_TARGET32} --build=${LFS_HOST} \
-    --without-cvs --disable-profile --enable-add-ons \
+    --disable-profile --enable-add-ons \
     --enable-kernel=2.6.0 --with-binutils=/cross-tools/bin \
     --with-headers=/tools/include</userinput></screen>
 

Modified: branches/cross-lfs/BOOK/cross-tools/mips64/glibc.xml
===================================================================
--- branches/cross-lfs/BOOK/cross-tools/mips64/glibc.xml        2005-06-23 
18:43:06 UTC (rev 6131)
+++ branches/cross-lfs/BOOK/cross-tools/mips64/glibc.xml        2005-06-23 
18:56:25 UTC (rev 6132)
@@ -90,7 +90,7 @@
     AR="${LFS_TARGET}-ar" RANLIB="${LFS_TARGET}-ranlib" \
     ../glibc-&glibc-version;/configure --prefix=/tools \
     --host=${LFS_TARGET32} --build=${LFS_HOST} --libdir=/tools/lib \
-    --without-cvs --disable-profile --enable-add-ons \
+    --disable-profile --enable-add-ons \
     --enable-kernel=2.6.0 --with-binutils=/cross-tools/bin \
     --with-headers=/tools/include</userinput></screen>
 

Modified: branches/cross-lfs/BOOK/cross-tools/ppc/glibc-headers.xml
===================================================================
--- branches/cross-lfs/BOOK/cross-tools/ppc/glibc-headers.xml   2005-06-23 
18:43:06 UTC (rev 6131)
+++ branches/cross-lfs/BOOK/cross-tools/ppc/glibc-headers.xml   2005-06-23 
18:56:25 UTC (rev 6132)
@@ -58,7 +58,7 @@
     <para>Next, prepare Glibc for compilation:</para>
 
 <screen><userinput>CC="${CC-gcc}" ../glibc-&glibc-version;/configure 
--prefix=/tools \
-    --host=${LFS_TARGET} --build=${LFS_HOST} --without-cvs \
+    --host=${LFS_TARGET} --build=${LFS_HOST} \
     --disable-sanity-checks --enable-kernel=2.6.0 \
     --with-headers=/tools/include \
     --with-binutils=/cross-tools/${LFS_TARGET}/bin \
@@ -84,6 +84,14 @@
       xpointer="xpointer(//[EMAIL 
PROTECTED]'installation']/variablelist[1]/varlistentry[4])"/>
 
       <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+      href="../x86/glibc-headers.xml"
+      xpointer="xpointer(//[EMAIL 
PROTECTED]'installation']/variablelist[1]/varlistentry[5])"/>
+
+      <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+      href="../x86/glibc-headers.xml"
+      xpointer="xpointer(//[EMAIL 
PROTECTED]'installation']/variablelist[1]/varlistentry[6])"/>
+
+      <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
       href="../x86/glibc-startfiles.xml"
       xpointer="xpointer(//[EMAIL 
PROTECTED]'installation']/variablelist[1]/varlistentry[7])"/>
 

Modified: branches/cross-lfs/BOOK/cross-tools/sparc/glibc-headers.xml
===================================================================
--- branches/cross-lfs/BOOK/cross-tools/sparc/glibc-headers.xml 2005-06-23 
18:43:06 UTC (rev 6131)
+++ branches/cross-lfs/BOOK/cross-tools/sparc/glibc-headers.xml 2005-06-23 
18:56:25 UTC (rev 6132)
@@ -66,7 +66,7 @@
 <para>Next, prepare Glibc for compilation:</para>
 
 <screen><userinput>CC="${CC-gcc}" ../glibc-&glibc-version;/configure 
--prefix=/tools \
-    --host=${LFS_TARGET} --build=${LFS_HOST} --without-cvs \
+    --host=${LFS_TARGET} --build=${LFS_HOST} \
     --disable-sanity-checks --enable-kernel=2.6.0 \
     --with-headers=/tools/include \
     --with-binutils=/cross-tools/${LFS_TARGET}/bin</userinput></screen>

Modified: branches/cross-lfs/BOOK/cross-tools/sparc64/glibc-64bit.xml
===================================================================
--- branches/cross-lfs/BOOK/cross-tools/sparc64/glibc-64bit.xml 2005-06-23 
18:43:06 UTC (rev 6131)
+++ branches/cross-lfs/BOOK/cross-tools/sparc64/glibc-64bit.xml 2005-06-23 
18:56:25 UTC (rev 6132)
@@ -82,7 +82,7 @@
     AR="${LFS_TARGET}-ar" RANLIB="${LFS_TARGET}-ranlib" \
     ../glibc-&glibc-version;/configure --prefix=/tools \
     --host=${LFS_TARGET} --build=${LFS_HOST} --libdir=/tools/lib64 \
-    --without-cvs --disable-profile --enable-add-ons \
+    --disable-profile --enable-add-ons \
     --enable-kernel=2.6.0 --with-binutils=/cross-tools/bin \
     --with-headers=/tools/include</userinput></screen>
 

Modified: branches/cross-lfs/BOOK/cross-tools/sparc64/glibc-startfiles-64bit.xml
===================================================================
--- branches/cross-lfs/BOOK/cross-tools/sparc64/glibc-startfiles-64bit.xml      
2005-06-23 18:43:06 UTC (rev 6131)
+++ branches/cross-lfs/BOOK/cross-tools/sparc64/glibc-startfiles-64bit.xml      
2005-06-23 18:56:25 UTC (rev 6132)
@@ -70,7 +70,7 @@
     ${BUILD64}" AR="${LFS_TARGET}-ar" RANLIB="${LFS_TARGET}-ranlib" \
     ../glibc-&glibc-version;/configure --prefix=/tools \
     --host=${LFS_TARGET} --build=${LFS_HOST} \
-    --without-cvs --disable-profile --enable-add-ons \
+    --disable-profile --enable-add-ons \
     --enable-kernel=2.6.0 --with-binutils=/cross-tools/bin \
     --with-headers=/tools/include</userinput></screen>
 

Modified: branches/cross-lfs/BOOK/cross-tools/sparc64/glibc-startfiles.xml
===================================================================
--- branches/cross-lfs/BOOK/cross-tools/sparc64/glibc-startfiles.xml    
2005-06-23 18:43:06 UTC (rev 6131)
+++ branches/cross-lfs/BOOK/cross-tools/sparc64/glibc-startfiles.xml    
2005-06-23 18:56:25 UTC (rev 6132)
@@ -70,7 +70,7 @@
     AR="${LFS_TARGET}-ar" RANLIB="${LFS_TARGET}-ranlib" \
     ../glibc-&glibc-version;/configure --prefix=/tools \
     --host=${LFS_TARGET32} --build=${LFS_HOST} \
-    --without-cvs --disable-profile --enable-add-ons \
+    --disable-profile --enable-add-ons \
     --enable-kernel=2.6.0 --with-binutils=/cross-tools/bin \
     --with-headers=/tools/include</userinput></screen>
 

Modified: branches/cross-lfs/BOOK/cross-tools/sparc64/glibc.xml
===================================================================
--- branches/cross-lfs/BOOK/cross-tools/sparc64/glibc.xml       2005-06-23 
18:43:06 UTC (rev 6131)
+++ branches/cross-lfs/BOOK/cross-tools/sparc64/glibc.xml       2005-06-23 
18:56:25 UTC (rev 6132)
@@ -82,7 +82,7 @@
     AR="${LFS_TARGET}-ar" RANLIB="${LFS_TARGET}-ranlib" \
     ../glibc-&glibc-version;/configure --prefix=/tools \
     --host=${LFS_TARGET32} --build=${LFS_HOST} --libdir=/tools/lib \
-    --without-cvs --disable-profile --enable-add-ons \
+    --disable-profile --enable-add-ons \
     --enable-kernel=2.6.0 --with-binutils=/cross-tools/bin \
     --with-headers=/tools/include</userinput></screen>
 

Modified: branches/cross-lfs/BOOK/cross-tools/x86/glibc-headers.xml
===================================================================
--- branches/cross-lfs/BOOK/cross-tools/x86/glibc-headers.xml   2005-06-23 
18:43:06 UTC (rev 6131)
+++ branches/cross-lfs/BOOK/cross-tools/x86/glibc-headers.xml   2005-06-23 
18:56:25 UTC (rev 6132)
@@ -54,7 +54,7 @@
     <para>Next, prepare Glibc for compilation:</para>
 
 <screen><userinput>CC="${CC-gcc}" ../glibc-&glibc-version;/configure 
--prefix=/tools \
-    --host=${LFS_TARGET} --build=${LFS_HOST} --without-cvs \
+    --host=${LFS_TARGET} --build=${LFS_HOST} \
     --disable-sanity-checks --enable-kernel=2.6.0 \
     --with-headers=/tools/include \
     --with-binutils=/cross-tools/${LFS_TARGET}/bin</userinput></screen>
@@ -63,28 +63,37 @@
       <title>The meaning of the configure options:</title>
 
       <varlistentry>
-        <term><parameter>--disable-sanity-checks</parameter></term>
+        <term><parameter>CC="${CC-gcc}"</parameter></term>
         <listitem>
-          <para>This switch do ... .</para>
+          <para>This do ...</para>
         </listitem>
       </varlistentry>
 
       <varlistentry>
-        <term><parameter>--enable-kernel=2.6.0</parameter></term>
+        <term><parameter>--prefix=/tools</parameter></term>
         <listitem>
-          <para>This tells Glibc to compile the library with support
-          for 2.6.x Linux kernels.</para>
+          <para>This tells the configure script to prepare to install the
+          package in the <filename class="directory">/tools</filename>
+          directory.</para>
         </listitem>
       </varlistentry>
 
       <varlistentry>
-        
<term><parameter>--with-binutils=/cross-tools/${LFS_TARGET}/bin</parameter></term>
+        <term><parameter>--disable-sanity-checks</parameter></term>
         <listitem>
           <para>This switch do ... .</para>
         </listitem>
       </varlistentry>
 
       <varlistentry>
+        <term><parameter>--enable-kernel=2.6.0</parameter></term>
+        <listitem>
+          <para>This tells Glibc to compile the library with support
+          for 2.6.x Linux kernels.</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
         <term><parameter>--with-headers=/tools/include</parameter></term>
         <listitem>
           <para>This tells Glibc to compile itself against the headers
@@ -94,6 +103,13 @@
         </listitem>
       </varlistentry>
 
+      <varlistentry>
+        
<term><parameter>--with-binutils=/cross-tools/${LFS_TARGET}/bin</parameter></term>
+        <listitem>
+          <para>This switch do ... .</para>
+        </listitem>
+      </varlistentry>
+
     </variablelist>
 
     <para>Now, install the package:</para>

Modified: branches/cross-lfs/BOOK/cross-tools/x86/glibc-startfiles.xml
===================================================================
--- branches/cross-lfs/BOOK/cross-tools/x86/glibc-startfiles.xml        
2005-06-23 18:43:06 UTC (rev 6131)
+++ branches/cross-lfs/BOOK/cross-tools/x86/glibc-startfiles.xml        
2005-06-23 18:56:25 UTC (rev 6132)
@@ -63,7 +63,7 @@
     AR="${LFS_TARGET}-ar" RANLIB="${LFS_TARGET}-ranlib" \
     ../glibc-&glibc-version;/configure --prefix=/tools \
     --host=${LFS_TARGET} --build=${LFS_HOST} \
-    --without-cvs --disable-profile --enable-add-ons \
+    --disable-profile --enable-add-ons \
     --with-tls --enable-kernel=2.6.0 --with-__thread \
     --with-binutils=/cross-tools/bin --with-headers=/tools/include \
     --cache-file=config.cache</userinput></screen>
@@ -72,13 +72,6 @@
       <title>The meaning of the new configure options:</title>
 
       <varlistentry>
-        <term><parameter>--without-cvs</parameter></term>
-        <listitem>
-          <para>This switch do ... .</para>
-        </listitem>
-      </varlistentry>
-
-      <varlistentry>
         <term><parameter>--disable-profile</parameter></term>
         <listitem>
           <para>This builds the libraries without profiling information.

Modified: branches/cross-lfs/BOOK/cross-tools/x86/glibc.xml
===================================================================
--- branches/cross-lfs/BOOK/cross-tools/x86/glibc.xml   2005-06-23 18:43:06 UTC 
(rev 6131)
+++ branches/cross-lfs/BOOK/cross-tools/x86/glibc.xml   2005-06-23 18:56:25 UTC 
(rev 6132)
@@ -73,7 +73,7 @@
     AR="${LFS_TARGET}-ar" RANLIB="${LFS_TARGET}-ranlib" \
     ../glibc-&glibc-version;/configure --prefix=/tools \
     --host=${LFS_TARGET} --build=${LFS_HOST} \
-    --without-cvs --disable-profile --enable-add-ons \
+    --disable-profile --enable-add-ons \
     --with-tls --enable-kernel=2.6.0 --with-__thread \
     --with-binutils=/cross-tools/bin --with-headers=/tools/include \
     --cache-file=config.cache</userinput></screen>

Modified: branches/cross-lfs/BOOK/cross-tools/x86_64/glibc-64bit.xml
===================================================================
--- branches/cross-lfs/BOOK/cross-tools/x86_64/glibc-64bit.xml  2005-06-23 
18:43:06 UTC (rev 6131)
+++ branches/cross-lfs/BOOK/cross-tools/x86_64/glibc-64bit.xml  2005-06-23 
18:56:25 UTC (rev 6132)
@@ -73,7 +73,7 @@
     AR="${LFS_TARGET}-ar" RANLIB="${LFS_TARGET}-ranlib" \
     ../glibc-&glibc-version;/configure --prefix=/tools \
     --host=${LFS_TARGET} --build=${LFS_HOST} \
-    --without-cvs --disable-profile --enable-add-ons \
+    --disable-profile --enable-add-ons \
     --with-tls --enable-kernel=2.6.0 --with-__thread \
     --with-binutils=/cross-tools/bin --with-headers=/tools/include \
     --cache-file=config.cache</userinput></screen>

Modified: branches/cross-lfs/BOOK/cross-tools/x86_64/glibc-startfiles-64bit.xml
===================================================================
--- branches/cross-lfs/BOOK/cross-tools/x86_64/glibc-startfiles-64bit.xml       
2005-06-23 18:43:06 UTC (rev 6131)
+++ branches/cross-lfs/BOOK/cross-tools/x86_64/glibc-startfiles-64bit.xml       
2005-06-23 18:56:25 UTC (rev 6132)
@@ -65,7 +65,7 @@
     AR="${LFS_TARGET}-ar" RANLIB="${LFS_TARGET}-ranlib" \
     ../glibc-&glibc-version;/configure --prefix=/tools \
     --host=${LFS_TARGET} --build=${LFS_HOST} \
-    --without-cvs --disable-profile --enable-add-ons \
+    --disable-profile --enable-add-ons \
     --with-tls --enable-kernel=2.6.0 --with-__thread \
     --with-binutils=/cross-tools/bin --with-headers=/tools/include \
     --cache-file=config.cache</userinput></screen>

Modified: branches/cross-lfs/BOOK/cross-tools/x86_64/glibc-startfiles.xml
===================================================================
--- branches/cross-lfs/BOOK/cross-tools/x86_64/glibc-startfiles.xml     
2005-06-23 18:43:06 UTC (rev 6131)
+++ branches/cross-lfs/BOOK/cross-tools/x86_64/glibc-startfiles.xml     
2005-06-23 18:56:25 UTC (rev 6132)
@@ -65,7 +65,7 @@
     RANLIB="${LFS_TARGET}-ranlib" \
     ../glibc-&glibc-version;/configure --prefix=/tools \
     --host=${LFS_TARGET} --build=${LFS_HOST} \
-    --without-cvs --disable-profile --enable-add-ons \
+    --disable-profile --enable-add-ons \
     --with-tls --enable-kernel=2.6.0 --with-__thread \
     --with-binutils=/cross-tools/bin --with-headers=/tools/include \
     --cache-file=config.cache</userinput></screen>

Modified: branches/cross-lfs/BOOK/cross-tools/x86_64/glibc.xml
===================================================================
--- branches/cross-lfs/BOOK/cross-tools/x86_64/glibc.xml        2005-06-23 
18:43:06 UTC (rev 6131)
+++ branches/cross-lfs/BOOK/cross-tools/x86_64/glibc.xml        2005-06-23 
18:56:25 UTC (rev 6132)
@@ -73,7 +73,7 @@
     AR="${LFS_TARGET}-ar" RANLIB="${LFS_TARGET}-ranlib" \
     ../glibc-&glibc-version;/configure --prefix=/tools \
     --host=${LFS_TARGET} --build=${LFS_HOST} \
-    --without-cvs --disable-profile --enable-add-ons \
+    --disable-profile --enable-add-ons \
     --with-tls --enable-kernel=2.6.0 --with-__thread \
     --with-binutils=/cross-tools/bin --with-headers=/tools/include \
     --cache-file=config.cache</userinput></screen>

Modified: branches/cross-lfs/BOOK/general.ent
===================================================================
--- branches/cross-lfs/BOOK/general.ent 2005-06-23 18:43:06 UTC (rev 6131)
+++ branches/cross-lfs/BOOK/general.ent 2005-06-23 18:56:25 UTC (rev 6132)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "7.0-cross-lfs-20050622">
+<!ENTITY version "7.0-cross-lfs-20050623">
 <!ENTITY version-x86 "&version;-x86">
 <!ENTITY version-x86_64 "&version;-x86_64">
 <!ENTITY version-ppc "&version;-PowerPC">
@@ -8,7 +8,7 @@
 <!ENTITY version-mips "&version;-MIPS">
 <!ENTITY version-mips64 "&version;-MIPS64">
 
-<!ENTITY releasedate "June 22, 2005">
+<!ENTITY releasedate "June 23, 2005">
 <!ENTITY milestone "7.0">
 
 <!ENTITY lfs-root "http://www.linuxfromscratch.org/";>

Modified: branches/cross-lfs/BOOK/introduction/common/changelog.xml
===================================================================
--- branches/cross-lfs/BOOK/introduction/common/changelog.xml   2005-06-23 
18:43:06 UTC (rev 6131)
+++ branches/cross-lfs/BOOK/introduction/common/changelog.xml   2005-06-23 
18:56:25 UTC (rev 6132)
@@ -197,6 +197,19 @@
 -->
 
     <listitem>
+      <para>June 23, 2005</para>
+      <itemizedlist>
+        <listitem>
+          <para>[manuel] - Removed --without-cvs on Glibc cross-tools commands.
+          We aren't using Glibc CVS snapshots.</para>
+        </listitem>
+        <listitem>
+          <para>[manuel] - Started cross-lfs text revision.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>June 22, 2005</para>
       <itemizedlist>
         <listitem>

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to