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

git git at cross-lfs.org
Fri Feb 1 16:41:45 PST 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  b814067b083b5b3e729a3d49b31afcf611b6f3ae (commit)
       via  00358bffc3825adcf073b88a5b3711b31a5df9cb (commit)
       via  d73525f272d4af7e913296a1548fe8bf32b73d51 (commit)
      from  7dc574e7ad0765adbb4b7a4f83b0aec8d5028b64 (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 b814067b083b5b3e729a3d49b31afcf611b6f3ae
Author: William Harrington <kb0iic at gmail.com>
Date:   Fri Feb 1 18:41:40 2013 -0600

    Restrict line length of cross-tools binutils lines during configure.

diff --git a/BOOK/cross-tools/common/binutils-32.xml b/BOOK/cross-tools/common/binutils-32.xml
index 02420c1..59fcad8 100644
--- a/BOOK/cross-tools/common/binutils-32.xml
+++ b/BOOK/cross-tools/common/binutils-32.xml
@@ -51,8 +51,8 @@
 
 <screen os="bc"><userinput>AR=ar AS=as ../binutils-&binutils-dir;/configure \
   --prefix=/cross-tools --host=${CLFS_HOST} --target=${CLFS_TARGET} \
-  --with-sysroot=${CLFS} --with-lib-path=/tools/lib --disable-nls --enable-shared \
-  --disable-static --disable-multilib</userinput></screen>
+  --with-sysroot=${CLFS} --with-lib-path=/tools/lib --disable-nls \
+  --enable-shared --disable-static --disable-multilib</userinput></screen>
 
     <variablelist os="bd">
       <title>The meaning of the new configure options:</title>
diff --git a/BOOK/cross-tools/common/binutils.xml b/BOOK/cross-tools/common/binutils.xml
index 9655a41..d36079a 100644
--- a/BOOK/cross-tools/common/binutils.xml
+++ b/BOOK/cross-tools/common/binutils.xml
@@ -51,8 +51,8 @@
 
 <screen os="bc"><userinput>AR=ar AS=as ../binutils-&binutils-dir;/configure \
   --prefix=/cross-tools --host=${CLFS_HOST} --target=${CLFS_TARGET} \
-  --with-sysroot=${CLFS} --with-lib-path=/tools/lib --disable-nls --enable-shared \
-  --disable-static --enable-64-bit-bfd --disable-multilib</userinput></screen>
+  --with-sysroot=${CLFS} --with-lib-path=/tools/lib --disable-nls \
+  --enable-shared --disable-static --enable-64-bit-bfd --disable-multilib</userinput></screen>
 
     <variablelist os="bd">
       <title>The meaning of the new configure options:</title>

commit 00358bffc3825adcf073b88a5b3711b31a5df9cb
Author: William Harrington <kb0iic at gmail.com>
Date:   Fri Feb 1 18:38:10 2013 -0600

    Remove --disable-static from gcc-static configure command.

diff --git a/BOOK/cross-tools/mips64-64/gcc-static.xml b/BOOK/cross-tools/mips64-64/gcc-static.xml
index 44da6a6..7c55e4c 100644
--- a/BOOK/cross-tools/mips64-64/gcc-static.xml
+++ b/BOOK/cross-tools/mips64-64/gcc-static.xml
@@ -87,7 +87,7 @@
   ../gcc-&gcc-version;/configure --prefix=/cross-tools \
   --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \
   --with-sysroot=${CLFS} --with-local-prefix=/tools --disable-nls \
-  --disable-shared --disable-static --with-mpfr=/cross-tools \
+  --disable-shared --with-mpfr=/cross-tools \
   --with-gmp=/cross-tools --with-ppl=/cross-tools --with-cloog=/cross-tools \
   --without-headers --with-newlib --disable-decimal-float \
   --disable-libgomp --disable-libmudflap --disable-libssp \
diff --git a/BOOK/cross-tools/multilib/gcc-static.xml b/BOOK/cross-tools/multilib/gcc-static.xml
index 5a3358f..6359d9a 100644
--- a/BOOK/cross-tools/multilib/gcc-static.xml
+++ b/BOOK/cross-tools/multilib/gcc-static.xml
@@ -79,7 +79,7 @@
   ../gcc-&gcc-version;/configure --prefix=/cross-tools \
   --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \
   --with-sysroot=${CLFS} --with-local-prefix=/tools --disable-nls \
-  --disable-shared --disable-static --with-mpfr=/cross-tools \
+  --disable-shared --with-mpfr=/cross-tools \
   --with-gmp=/cross-tools --with-ppl=/cross-tools --with-cloog=/cross-tools \
   --without-headers --with-newlib --disable-decimal-float \
   --disable-libgomp --disable-libmudflap --disable-libssp \

commit d73525f272d4af7e913296a1548fe8bf32b73d51
Author: William Harrington <kb0iic at gmail.com>
Date:   Fri Feb 1 18:37:29 2013 -0600

    Update date.

diff --git a/BOOK/general.ent b/BOOK/general.ent
index 345afea..e183103 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
-<!ENTITY month "01"> <!-- Use two digits -->
-<!ENTITY month_name "January">
-<!ENTITY day "29"> <!-- Use two digits -->
+<!ENTITY month "02"> <!-- Use two digits -->
+<!ENTITY month_name "February">
+<!ENTITY day "02"> <!-- Use two digits -->
 <!ENTITY year "2013"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

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

Summary of changes:
 BOOK/cross-tools/common/binutils-32.xml   |    4 ++--
 BOOK/cross-tools/common/binutils.xml      |    4 ++--
 BOOK/cross-tools/mips64-64/gcc-static.xml |    2 +-
 BOOK/cross-tools/multilib/gcc-static.xml  |    2 +-
 BOOK/general.ent                          |    6 +++---
 5 files changed, 9 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list