[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.0.0-140-g00fcb3e

git git at cross-lfs.org
Mon Jul 22 09:32:46 PDT 2013


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  00fcb3efda1d307e50465e942bdf512c3d9ab891 (commit)
       via  50efa7710a3238e212ea1e1665822335727fcd47 (commit)
       via  f435fb7c3a609cc571538c3c6f5cb8c4b7e1a6ec (commit)
      from  d777e1e1a531386697e4c4a77e0412e6c56fe790 (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 00fcb3efda1d307e50465e942bdf512c3d9ab891
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Mon Jul 22 11:32:42 2013 -0500

    Remove unneeded config cache option during configure.

diff --git a/BOOK/chroot/common/util-linux.xml b/BOOK/chroot/common/util-linux.xml
index d8c4e2a..e33bbbc 100644
--- a/BOOK/chroot/common/util-linux.xml
+++ b/BOOK/chroot/common/util-linux.xml
@@ -28,8 +28,7 @@
 
 <screen os="b"><userinput>./configure --prefix=/tools \
     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
-    --disable-makeinstall-chown --disable-su --disable-login \
-    --config-cache</userinput></screen>
+    --disable-makeinstall-chown --disable-su --disable-login</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../../final-system/common/util-linux.xml"

commit 50efa7710a3238e212ea1e1665822335727fcd47
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Mon Jul 22 11:30:57 2013 -0500

    Remove duplicate configure options.

diff --git a/BOOK/cross-tools/multilib/gcc-final.xml b/BOOK/cross-tools/multilib/gcc-final.xml
index c069ba4..4493709 100644
--- a/BOOK/cross-tools/multilib/gcc-final.xml
+++ b/BOOK/cross-tools/multilib/gcc-final.xml
@@ -54,14 +54,13 @@
   ../gcc-&gcc-version;/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 \
-  --with-sysroot=/mnt/clfs --with-local-prefix=/tools --disable-nls \
-  --enable-shared --disable-static --enable-languages=c,c++ \
-  --enable-__cxa_atexit --enable-c99 --enable-long-long --enable-threads=posix \
-  --with-mpc=/cross-tools --with-mpfr=/cross-tools --with-gmp=/cross-tools \
-  --with-cloog=/cross-tools --enable-cloog-backend=isl --with-system-zlib \
-  --disable-cloog-version-check --enable-checking=release \
-  --enable-libstdcxx-time</userinput></screen>
+  --with-native-system-header-dir=/tools/include \
+  --with-local-prefix=/tools --disable-nls --enable-shared --disable-static \
+  --enable-languages=c,c++ --enable-__cxa_atexit --enable-c99 \
+  --enable-long-long --enable-threads=posix --with-mpc=/cross-tools \
+  --with-mpfr=/cross-tools --with-gmp=/cross-tools --with-cloog=/cross-tools \
+  --enable-cloog-backend=isl --with-system-zlib --disable-cloog-version-check \
+  --enable-checking=release --enable-libstdcxx-time</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/gcc-final.xml"

commit f435fb7c3a609cc571538c3c6f5cb8c4b7e1a6ec
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Mon Jul 22 11:26:39 2013 -0500

    Update date.

diff --git a/BOOK/general.ent b/BOOK/general.ent
index 5756f7f..f3e247f 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "07"> <!-- Use two digits -->
 <!ENTITY month_name "July">
-<!ENTITY day "12"> <!-- Use two digits -->
+<!ENTITY day "22"> <!-- Use two digits -->
 <!ENTITY year "2013"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

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

Summary of changes:
 BOOK/chroot/common/util-linux.xml       |    3 +--
 BOOK/cross-tools/multilib/gcc-final.xml |   15 +++++++--------
 BOOK/general.ent                        |    2 +-
 3 files changed, 9 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list