[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-3.0.0-rc1-systemd-59-gf24530f

git git at cross-lfs.org
Mon Aug 11 03:21:25 PDT 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  f24530ffb962d14cdb10f075bc9c2c500dae6961 (commit)
       via  b8c6ca57010cb896308d47c7b85dce061038e326 (commit)
       via  bde571bbfa66fa245fb755708c7f61147efbbeec (commit)
       via  e82465b75a43b1932eb5bdcaf0c6cdb9580f3233 (commit)
      from  a072c7975d5a1e6256a656456cb6869c222d02a7 (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 f24530ffb962d14cdb10f075bc9c2c500dae6961
Author: Chris Staub <chris at beaker67.com>
Date:   Mon Aug 11 06:19:39 2014 -0400

    Removed unneeded configure switch from cloog pages

diff --git a/BOOK/final-system/common/cloog.xml b/BOOK/final-system/common/cloog.xml
index d2cdfc6..7951753 100644
--- a/BOOK/final-system/common/cloog.xml
+++ b/BOOK/final-system/common/cloog.xml
@@ -31,7 +31,7 @@
 
 <screen os="b"><userinput>CC="gcc -isystem /usr/include" \
 LDFLAGS="-Wl,-rpath-link,/usr/lib:/lib" \
-  ./configure --prefix=/usr --enable-shared --with-isl=system</userinput></screen>
+  ./configure --prefix=/usr --with-isl=system</userinput></screen>
 
     <para os="s1">Apply a <command>sed</command> which prevents the attempted installation of an invalid file:</para>
 
diff --git a/BOOK/final-system/multilib/cloog-64bit.xml b/BOOK/final-system/multilib/cloog-64bit.xml
index bcd5a92..f3ecde3 100644
--- a/BOOK/final-system/multilib/cloog-64bit.xml
+++ b/BOOK/final-system/multilib/cloog-64bit.xml
@@ -27,8 +27,7 @@
 
 <screen os="b"><userinput>CC="gcc -isystem /usr/include ${BUILD64}" \
 LDFLAGS="-Wl,-rpath-link,/usr/lib64:/lib64 ${BUILD64}" \
-  ./configure --prefix=/usr \
-    --libdir=/usr/lib64 --enable-shared --with-isl=system</userinput></screen>
+  ./configure --prefix=/usr --libdir=/usr/lib64 --with-isl=system</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/cloog.xml"
diff --git a/BOOK/final-system/multilib/cloog-n32.xml b/BOOK/final-system/multilib/cloog-n32.xml
index 1ad91b9..5b429ed 100644
--- a/BOOK/final-system/multilib/cloog-n32.xml
+++ b/BOOK/final-system/multilib/cloog-n32.xml
@@ -28,8 +28,7 @@
 
 <screen os="b"><userinput>CC="gcc -isystem /usr/include ${BUILDN32}" \
 LDFLAGS="-Wl,-rpath-link,/usr/lib32:/lib32 ${BUILDN32}" \
-  ./configure --prefix=/usr \
-    --libdir=/usr/lib32 --enable-shared --with-isl=system</userinput></screen>
+  ./configure --prefix=/usr --libdir=/usr/lib32 --with-isl=system</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/cloog.xml"
diff --git a/BOOK/final-system/multilib/cloog.xml b/BOOK/final-system/multilib/cloog.xml
index 1a9a16e..f1832b7 100644
--- a/BOOK/final-system/multilib/cloog.xml
+++ b/BOOK/final-system/multilib/cloog.xml
@@ -28,8 +28,7 @@
 
 <screen os="b"><userinput>CC="gcc -isystem /usr/include ${BUILD32}" \
 LDFLAGS="-Wl,-rpath-link,/usr/lib:/lib ${BUILD32}" \
-  ./configure --prefix=/usr \
-    --host=${CLFS_TARGET32} --enable-shared --with-isl=system</userinput></screen>
+  ./configure --prefix=/usr --host=${CLFS_TARGET32} --with-isl=system</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/cloog.xml"
diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index a2d163a..3f9f49c 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -47,6 +47,10 @@
           <para>[Chris] - Removed --enable-multibyte switch from Vim pages,
           since multibyte support is enabled by default.</para>
         </listitem>
+        <listitem>
+          <para>[Chris] - Removed --enable-shared switch from CLooG pages;
+          shared libraries are built by default.</para>
+        </listitem>
       </itemizedlist>
     </listitem>
 
diff --git a/BOOK/temp-system/multilib/cloog.xml b/BOOK/temp-system/multilib/cloog.xml
index 38e071d..dd7b824 100644
--- a/BOOK/temp-system/multilib/cloog.xml
+++ b/BOOK/temp-system/multilib/cloog.xml
@@ -28,7 +28,7 @@
 
 <screen os="b"><userinput>./configure --prefix=/tools \
     --build=${CLFS_HOST} --host=${CLFS_TARGET}  --libdir=/tools/lib64 \
-     --enable-shared --with-isl=system</userinput></screen>
+     --with-isl=system</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/cloog.xml"

commit b8c6ca57010cb896308d47c7b85dce061038e326
Author: Chris Staub <chris at beaker67.com>
Date:   Mon Aug 11 05:19:01 2014 -0400

    Program list correction

diff --git a/BOOK/final-system/common/gperf.xml b/BOOK/final-system/common/gperf.xml
index 7c9fed6..aa3c4bf 100644
--- a/BOOK/final-system/common/gperf.xml
+++ b/BOOK/final-system/common/gperf.xml
@@ -46,7 +46,7 @@
     <title>Contents of Gperf</title>
 
     <segmentedlist>
-      <segtitle>Installed programs</segtitle>
+      <segtitle>Installed program</segtitle>
       <segtitle>Installed directory</segtitle>
 
       <seglistitem>

commit bde571bbfa66fa245fb755708c7f61147efbbeec
Author: Chris Staub <chris at beaker67.com>
Date:   Mon Aug 11 05:15:45 2014 -0400

    Wording improvement

diff --git a/BOOK/final-system/common/diffutils.xml b/BOOK/final-system/common/diffutils.xml
index f36ae15..c11c928 100644
--- a/BOOK/final-system/common/diffutils.xml
+++ b/BOOK/final-system/common/diffutils.xml
@@ -25,7 +25,7 @@
   <sect2 role="installation">
     <title>Installation of Diffutils</title>
 
-    <para os="s1">Fix a file so locale files are installed:</para>
+    <para os="s1">Fix a bug that prevents locale files from being installed:</para>
 
 <screen os="s2"><userinput>sed -i 's:= @mkdir_p@:= /bin/mkdir -p:' po/Makefile.in.in</userinput></screen>
 

commit e82465b75a43b1932eb5bdcaf0c6cdb9580f3233
Author: Chris Staub <chris at beaker67.com>
Date:   Mon Aug 11 05:11:10 2014 -0400

    Added command explanation

diff --git a/BOOK/temp-system/64/binutils.xml b/BOOK/temp-system/64/binutils.xml
index af32639..d49750f 100644
--- a/BOOK/temp-system/64/binutils.xml
+++ b/BOOK/temp-system/64/binutils.xml
@@ -50,6 +50,10 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/binutils.xml"
+    xpointer="xpointer(//*[@os='k'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/binutils.xml"
     xpointer="xpointer(//*[@os='be'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/temp-system/common/binutils.xml b/BOOK/temp-system/common/binutils.xml
index ec1dd0f..a4e045b 100644
--- a/BOOK/temp-system/common/binutils.xml
+++ b/BOOK/temp-system/common/binutils.xml
@@ -49,6 +49,20 @@
     --with-lib-path=/tools/lib --disable-nls --enable-shared \
     --disable-multilib</userinput></screen>
 
+    <variablelist os="k">
+      <title>The meaning of the new configure option:</title>
+
+      <varlistentry>
+        <term><parameter>--enable-shared</parameter></term>
+        <listitem>
+          <para>When this is specified, Binutils will create a shared
+          <filename class="libraryfile">libbfd</filename> and link its programs
+          to it.</para>
+        </listitem>
+      </varlistentry>
+
+    </variablelist>
+
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../../cross-tools/common/binutils.xml"
     xpointer="xpointer(//*[@os='be'])"/>
diff --git a/BOOK/temp-system/multilib/binutils.xml b/BOOK/temp-system/multilib/binutils.xml
index 21e2a5e..269678a 100644
--- a/BOOK/temp-system/multilib/binutils.xml
+++ b/BOOK/temp-system/multilib/binutils.xml
@@ -50,6 +50,10 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/binutils.xml"
+    xpointer="xpointer(//*[@os='k'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/binutils.xml"
     xpointer="xpointer(//*[@os='be'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"

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

Summary of changes:
 BOOK/final-system/common/cloog.xml         |    2 +-
 BOOK/final-system/common/diffutils.xml     |    2 +-
 BOOK/final-system/common/gperf.xml         |    2 +-
 BOOK/final-system/multilib/cloog-64bit.xml |    3 +--
 BOOK/final-system/multilib/cloog-n32.xml   |    3 +--
 BOOK/final-system/multilib/cloog.xml       |    3 +--
 BOOK/introduction/common/changelog.xml     |    4 ++++
 BOOK/temp-system/64/binutils.xml           |    4 ++++
 BOOK/temp-system/common/binutils.xml       |   14 ++++++++++++++
 BOOK/temp-system/multilib/binutils.xml     |    4 ++++
 BOOK/temp-system/multilib/cloog.xml        |    2 +-
 11 files changed, 33 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list