[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.0.0-413-g6f0d44e

git git at cross-lfs.org
Tue Oct 1 12:30:56 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  6f0d44e7d8be179c6762f47d19c540339eb3ec90 (commit)
      from  416efe11a993a41d9046525210ed7384abece892 (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 6f0d44e7d8be179c6762f47d19c540339eb3ec90
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Tue Oct 1 14:30:52 2013 -0500

    These packages install shared libs by default. No need to have enable shared and disable static. Just disable static as they install static libs by default, too.

diff --git a/BOOK/cross-tools/common/binutils-32.xml b/BOOK/cross-tools/common/binutils-32.xml
index 7202c83..814b142 100644
--- a/BOOK/cross-tools/common/binutils-32.xml
+++ b/BOOK/cross-tools/common/binutils-32.xml
@@ -59,7 +59,7 @@
 <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>
+  --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 a909fe4..820c532 100644
--- a/BOOK/cross-tools/common/binutils.xml
+++ b/BOOK/cross-tools/common/binutils.xml
@@ -56,7 +56,7 @@
 <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>
+  --disable-static --enable-64-bit-bfd --disable-multilib</userinput></screen>
 
     <variablelist os="bd">
       <title>The meaning of the new configure options:</title>
diff --git a/BOOK/cross-tools/common/cloog.xml b/BOOK/cross-tools/common/cloog.xml
index 45a2256..53918d0 100644
--- a/BOOK/cross-tools/common/cloog.xml
+++ b/BOOK/cross-tools/common/cloog.xml
@@ -25,7 +25,7 @@
     <para os="a">Prepare CLooG for compilation:</para>
 
 <screen os="b"><userinput>LDFLAGS="-Wl,-rpath,/cross-tools/lib" \
-    ./configure --prefix=/cross-tools --enable-shared --disable-static \
+    ./configure --prefix=/cross-tools --disable-static \
     --with-gmp-prefix=/cross-tools --with-isl-prefix=/cross-tools</userinput></screen>
 
     <para os="c">Compile the package:</para>
diff --git a/BOOK/cross-tools/common/mpfr.xml b/BOOK/cross-tools/common/mpfr.xml
index c1fef16..4220c63 100644
--- a/BOOK/cross-tools/common/mpfr.xml
+++ b/BOOK/cross-tools/common/mpfr.xml
@@ -26,7 +26,7 @@
 
 <screen os="b"><userinput>LDFLAGS="-Wl,-rpath,/cross-tools/lib" \
 ./configure --prefix=/cross-tools \
-    --enable-shared --disable-static --with-gmp=/cross-tools</userinput></screen>
+    --disable-static --with-gmp=/cross-tools</userinput></screen>
 
     <variablelist os="b1">
       <title>The meaning of the new configure options:</title>
diff --git a/BOOK/cross-tools/multilib/binutils.xml b/BOOK/cross-tools/multilib/binutils.xml
index 41530d9..32d41f9 100644
--- a/BOOK/cross-tools/multilib/binutils.xml
+++ b/BOOK/cross-tools/multilib/binutils.xml
@@ -58,7 +58,7 @@
 <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</userinput></screen>
+  --disable-static --enable-64-bit-bfd</userinput></screen>
 
     <variablelist os="bd">
       <title>The meaning of the configure options:</title>

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

Summary of changes:
 BOOK/cross-tools/common/binutils-32.xml |    2 +-
 BOOK/cross-tools/common/binutils.xml    |    2 +-
 BOOK/cross-tools/common/cloog.xml       |    2 +-
 BOOK/cross-tools/common/mpfr.xml        |    2 +-
 BOOK/cross-tools/multilib/binutils.xml  |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list