[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.0.0-603-gdc39892

git git at cross-lfs.org
Thu Jan 23 06:04:29 PST 2014


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  dc398928329ae227cb86a072cf1ed72855a8a2f8 (commit)
       via  6d5b81a9205312f5f9a90a52c70827d1310b2c50 (commit)
       via  a9911169e7c322989c058a3c974f776b9c3dfe33 (commit)
       via  e87d0b0eaf74f1ee10a93d874ae6f2fda760680a (commit)
       via  5699aaf7b14d516d08e6b61c1bfa31098a233e31 (commit)
      from  dbf61b7e7112f65de9feccbbb5645164fb26462f (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 dc398928329ae227cb86a072cf1ed72855a8a2f8
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Thu Jan 23 08:05:37 2014 -0600

    Remove the commands for moving the stubs headers during a pure 64 bit build.

diff --git a/BOOK/cross-tools/ppc64-64/eglibc.xml b/BOOK/cross-tools/ppc64-64/eglibc.xml
index 7587a6f..8e2d61f 100644
--- a/BOOK/cross-tools/ppc64-64/eglibc.xml
+++ b/BOOK/cross-tools/ppc64-64/eglibc.xml
@@ -139,14 +139,6 @@
     href="../common/eglibc.xml"
     xpointer="xpointer(//*[@os='dn'])"/>
 
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../x86_64-64/eglibc.xml"
-    xpointer="xpointer(//*[@os='do'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../x86_64-64/eglibc.xml"
-    xpointer="xpointer(//*[@os='dp'])"/>
-
   </sect2>
 
   <sect2 role="content">
diff --git a/BOOK/cross-tools/sparc64-64/eglibc.xml b/BOOK/cross-tools/sparc64-64/eglibc.xml
index 1a616f1..88bd6ea 100644
--- a/BOOK/cross-tools/sparc64-64/eglibc.xml
+++ b/BOOK/cross-tools/sparc64-64/eglibc.xml
@@ -90,12 +90,6 @@
     href="../common/eglibc.xml"
     xpointer="xpointer(//*[@os='dn'])"/>
 
-    <para os="do">The stubs.h header installed by eglibc looks for stubs-32.h
-    and stubs-64.h. This configuration of eglibc only generates stubs-64.h. Fix
-    this with the following:</para>
-
-    <screen os="dp"><userinput>mv -v /tools/include/gnu/stubs{-64,}.h</userinput></screen>
-
   </sect2>
 
   <sect2 role="content">
diff --git a/BOOK/cross-tools/x86_64-64/eglibc.xml b/BOOK/cross-tools/x86_64-64/eglibc.xml
index 354057f..b5902db 100644
--- a/BOOK/cross-tools/x86_64-64/eglibc.xml
+++ b/BOOK/cross-tools/x86_64-64/eglibc.xml
@@ -135,12 +135,6 @@
     href="../common/eglibc.xml"
     xpointer="xpointer(//*[@os='dn'])"/>
 
-    <para os="do">The stubs.h header installed by eglibc looks for stubs-32.h
-    and stubs-64.h. This configuration of eglibc only generates stubs-64.h. Fix
-    this with the following:</para>
-
-    <screen os="dp"><userinput>mv -v /tools/include/gnu/stubs{-64,}.h</userinput></screen>
-
   </sect2>
 
   <sect2 role="content">
diff --git a/BOOK/final-system/mips64-64/eglibc.xml b/BOOK/final-system/mips64-64/eglibc.xml
index 385ca6f..7a57d78 100644
--- a/BOOK/final-system/mips64-64/eglibc.xml
+++ b/BOOK/final-system/mips64-64/eglibc.xml
@@ -139,14 +139,6 @@
     href="../common/eglibc.xml"
     xpointer="xpointer(//*[@os='t'])"/>
 
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../x86_64-64/eglibc.xml"
-    xpointer="xpointer(//*[@os='u'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../x86_64-64/eglibc.xml"
-    xpointer="xpointer(//*[@os='v'])"/>
-
   </sect2>
 
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/final-system/ppc64-64/eglibc.xml b/BOOK/final-system/ppc64-64/eglibc.xml
index b74dfe1..be271f0 100644
--- a/BOOK/final-system/ppc64-64/eglibc.xml
+++ b/BOOK/final-system/ppc64-64/eglibc.xml
@@ -148,14 +148,6 @@ sed '/RTLDLIST/s%/ld.so.1 /lib64%%' /usr/bin/ldd.bak >/usr/bin/ldd</userinput></
 
     <screen><userinput>rm -v /usr/bin/ldd.bak</userinput></screen>
 
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../x86_64-64/eglibc.xml"
-    xpointer="xpointer(//*[@os='u'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../x86_64-64/eglibc.xml"
-    xpointer="xpointer(//*[@os='v'])"/>
-
   </sect2>
 
   <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 e218d17..02cac62 100644
--- a/BOOK/final-system/sparc64-64/eglibc.xml
+++ b/BOOK/final-system/sparc64-64/eglibc.xml
@@ -134,14 +134,6 @@
     href="../common/eglibc.xml"
     xpointer="xpointer(//*[@os='t'])"/>
 
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../x86_64-64/eglibc.xml"
-    xpointer="xpointer(//*[@os='u'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../x86_64-64/eglibc.xml"
-    xpointer="xpointer(//*[@os='v'])"/>
-
   </sect2>
 
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/final-system/x86_64-64/eglibc.xml b/BOOK/final-system/x86_64-64/eglibc.xml
index 132e521..8612277 100644
--- a/BOOK/final-system/x86_64-64/eglibc.xml
+++ b/BOOK/final-system/x86_64-64/eglibc.xml
@@ -156,12 +156,6 @@ sed '/RTLDLIST/s%/ld-linux.so.2 /lib64%%' /usr/bin/ldd.bak >/usr/bin/ldd</userin
 
     <screen><userinput>rm -v /usr/bin/ldd.bak</userinput></screen>
 
- <para os="u">The stubs.h header installed by EGLIBC looks for stubs-32.h
-    and stubs-64.h. This configuration of EGLIBC only generates stubs-64.h. Fix
-    this with the following:</para>
-
-    <screen os="v"><userinput>mv -v /usr/include/gnu/stubs{-64,}.h</userinput></screen>
-
   </sect2>
 
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"

commit 6d5b81a9205312f5f9a90a52c70827d1310b2c50
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Thu Jan 23 08:04:44 2014 -0600

    Remove the sed for the ldd script and remove the commands for moving the stubs header.

diff --git a/BOOK/cross-tools/mips64-64/eglibc.xml b/BOOK/cross-tools/mips64-64/eglibc.xml
index 845e3a9..6914845 100644
--- a/BOOK/cross-tools/mips64-64/eglibc.xml
+++ b/BOOK/cross-tools/mips64-64/eglibc.xml
@@ -27,14 +27,6 @@
     xpointer="xpointer(//*[@os='da'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../../final-system/mips64/eglibc-64bit.xml"
-    xpointer="xpointer(//*[@os='m3'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../../final-system/mips64/eglibc-64bit.xml"
-    xpointer="xpointer(//*[@os='m4'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../../final-system/common/eglibc.xml"
     xpointer="xpointer(//*[@os='s1'])"/>
 
@@ -98,14 +90,6 @@
     href="../common/eglibc.xml"
     xpointer="xpointer(//*[@os='dn'])"/>
 
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../x86_64-64/eglibc.xml"
-    xpointer="xpointer(//*[@os='do'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../x86_64-64/eglibc.xml"
-    xpointer="xpointer(//*[@os='dp'])"/>
-
   </sect2>
 
   <sect2 role="content">

commit a9911169e7c322989c058a3c974f776b9c3dfe33
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Thu Jan 23 08:03:57 2014 -0600

    Correct the configure options for a proper build during cross-tools gcc-static and mips pure64.

diff --git a/BOOK/cross-tools/mips64-64/gcc-static.xml b/BOOK/cross-tools/mips64-64/gcc-static.xml
index 50cc2df..193a048 100644
--- a/BOOK/cross-tools/mips64-64/gcc-static.xml
+++ b/BOOK/cross-tools/mips64-64/gcc-static.xml
@@ -68,16 +68,18 @@
     xpointer="xpointer(//*[@os='h'])"/>
 
 <screen os="al"><userinput>AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" \
-  ../gcc-&gcc-version;/configure --prefix=/cross-tools \
+  ../gcc-4.8.2/configure --prefix=/cross-tools \
   --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \
   --with-sysroot=${CLFS} --with-local-prefix=/tools \
   --with-native-system-header-dir=/tools/include --disable-nls \
-  --enable-shared --disable-static --enable-languages=c,c++ \
-  --enable-__cxa_atexit --enable-c99 --enable-long-long --enable-threads=posix \
-  --disable-multilib --with-mpc=/cross-tools --with-mpfr=/cross-tools \
-  --with-gmp=/cross-tools --with-cloog=/cross-tools --enable-cloog-backend=isl \
-  --with-isl=/cross-tools --disable-isl-version-check --with-system-zlib \
-  --enable-checking=release --enable-libstdcxx-time --with-abi=64</userinput></screen>
+  --disable-shared --with-mpfr=/cross-tools --with-gmp=/cross-tools \
+  --with-isl=/cross-tools --with-cloog=/cross-tools --with-mpc=/cross-tools \
+  --without-headers --with-newlib --disable-decimal-float --disable-libgomp \
+  --disable-libmudflap --disable-libssp --disable-threads --disable-multilib \
+  --disable-libatomic --disable-libitm --disable-libsanitizer \
+  --disable-libquadmath --disable-target-libiberty --disable-target-zlib \
+  --with-system-zlib --enable-cloog-backend=isl --disable-isl-version-check \
+  --enable-languages=c --enable-checking=release --with-abi=64</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/gcc-static.xml"

commit e87d0b0eaf74f1ee10a93d874ae6f2fda760680a
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Thu Jan 23 08:03:41 2014 -0600

    Correct the configure options for a proper build during cross-tools gcc-final and mips pure64.

diff --git a/BOOK/cross-tools/mips64-64/gcc-final.xml b/BOOK/cross-tools/mips64-64/gcc-final.xml
index 267394e..5dfd720 100644
--- a/BOOK/cross-tools/mips64-64/gcc-final.xml
+++ b/BOOK/cross-tools/mips64-64/gcc-final.xml
@@ -59,19 +59,17 @@
     xpointer="xpointer(//*[@os='h'])"/>
 
 <screen os="bf"><userinput>AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" \
-  ../gcc-&gcc-version;/configure --prefix=/cross-tools \
+  ../gcc-4.8.2/configure --prefix=/cross-tools \
   --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} \
   --with-sysroot=${CLFS} --with-local-prefix=/tools \
   --with-native-system-header-dir=/tools/include --disable-nls \
-  --disable-shared --with-mpfr=/cross-tools --with-gmp=/cross-tools \
-  --with-isl=/cross-tools --with-cloog=/cross-tools --with-mpc=/cross-tools \
-  --without-headers --with-newlib --disable-decimal-float --disable-libgomp \
-  --disable-libmudflap --disable-libssp --disable-threads --disable-multilib \
-  --disable-libatomic --disable-libitm --disable-libsanitizer \
-  --disable-libquadmath --disable-target-libiberty --disable-target-zlib \
-  --with-system-zlib --enable-cloog-backend=isl --disable-isl-version-check \
-  --enable-languages=c --enable-checking=release --with-abi=64
-  </userinput></screen>
+  --enable-shared --disable-static --enable-languages=c,c++ \
+  --enable-__cxa_atexit --enable-c99 --enable-long-long --enable-threads=posix \
+  --disable-multilib --with-mpc=/cross-tools --with-mpfr=/cross-tools \
+  --with-gmp=/cross-tools --with-cloog=/cross-tools \
+  --enable-cloog-backend=isl --with-isl=/cross-tools \
+  --disable-isl-version-check --with-system-zlib --enable-checking=release \
+  --enable-libstdcxx-time --with-abi=64</userinput></screen>
 
     <variablelist os="bg">
       <title>The meaning of the new configure options:</title>

commit 5699aaf7b14d516d08e6b61c1bfa31098a233e31
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Thu Jan 23 08:02:55 2014 -0600

    Update date.

diff --git a/BOOK/general.ent b/BOOK/general.ent
index cdce9e6..542c7a3 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
-<!ENTITY month "01"> <!-- Use two digits -->
+<!ENTITY month "23"> <!-- Use two digits -->
 <!ENTITY month_name "January">
 <!ENTITY day "06"> <!-- Use two digits -->
 <!ENTITY year "2014"> <!-- Use four digits -->

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

Summary of changes:
 BOOK/cross-tools/mips64-64/eglibc.xml     |   16 ----------------
 BOOK/cross-tools/mips64-64/gcc-final.xml  |   18 ++++++++----------
 BOOK/cross-tools/mips64-64/gcc-static.xml |   16 +++++++++-------
 BOOK/cross-tools/ppc64-64/eglibc.xml      |    8 --------
 BOOK/cross-tools/sparc64-64/eglibc.xml    |    6 ------
 BOOK/cross-tools/x86_64-64/eglibc.xml     |    6 ------
 BOOK/final-system/mips64-64/eglibc.xml    |    8 --------
 BOOK/final-system/ppc64-64/eglibc.xml     |    8 --------
 BOOK/final-system/sparc64-64/eglibc.xml   |    8 --------
 BOOK/final-system/x86_64-64/eglibc.xml    |    6 ------
 BOOK/general.ent                          |    2 +-
 11 files changed, 18 insertions(+), 84 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list