[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, systemd, updated. clfs-2.0.0-776-gde8d0f1

git git at cross-lfs.org
Thu Jan 23 06:16:01 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, systemd has been updated
       via  de8d0f172c6e374110ceccebd94d334ce5dad6de (commit)
       via  1b79149d53d3ab29ef58f18513a5172d4eebc286 (commit)
       via  d2829b616ba9e9bd1c4d068631d409872c0f3238 (commit)
       via  090632e6cd4f64626fc87ffdb91a35edbf195d6f (commit)
      from  df44c72fa87f66a346a170e8ae818c0ecd03b4cc (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 de8d0f172c6e374110ceccebd94d334ce5dad6de
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Thu Jan 23 08:17:09 2014 -0600

    Correct the configure options for a proper gcc-static build for cross-tools mips64-64.

diff --git a/BOOK/cross-tools/mips64-64/gcc-static.xml b/BOOK/cross-tools/mips64-64/gcc-static.xml
index ed70691..f97ce1d 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 1b79149d53d3ab29ef58f18513a5172d4eebc286
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Thu Jan 23 08:16:58 2014 -0600

    Correct the configure options for a proper gcc-final build for cross-tools mips64-64.

diff --git a/BOOK/cross-tools/mips64-64/gcc-final.xml b/BOOK/cross-tools/mips64-64/gcc-final.xml
index 3ac857e..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-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 d2829b616ba9e9bd1c4d068631d409872c0f3238
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Thu Jan 23 08:16:28 2014 -0600

    Remove a sed in mips64-64 cross-tools eglibc for the ldd linker script which causes a build failure.

diff --git a/BOOK/cross-tools/mips64-64/eglibc.xml b/BOOK/cross-tools/mips64-64/eglibc.xml
index b3f988d..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'])"/>
 

commit 090632e6cd4f64626fc87ffdb91a35edbf195d6f
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Thu Jan 23 08:15:17 2014 -0600

    Update date.

diff --git a/BOOK/general.ent b/BOOK/general.ent
index 03e238e..9aeb272 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "01"> <!-- Use two digits -->
 <!ENTITY month_name "January">
-<!ENTITY day "21"> <!-- Use two digits -->
+<!ENTITY day "23"> <!-- Use two digits -->
 <!ENTITY year "2014"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

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

Summary of changes:
 BOOK/cross-tools/mips64-64/eglibc.xml     |    8 --------
 BOOK/cross-tools/mips64-64/gcc-final.xml  |   18 ++++++++----------
 BOOK/cross-tools/mips64-64/gcc-static.xml |   16 +++++++++-------
 BOOK/general.ent                          |    2 +-
 4 files changed, 18 insertions(+), 26 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list