[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-3.0.0-systemd-186-ge869c0f

git git at clfs.org
Sat Oct 17 09:50:23 PDT 2015


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  e869c0f1ea19b7f453b1a1c0cf446c6308e41e72 (commit)
      from  e4517330b6413263a3872fe4398a6c758275bf96 (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 e869c0f1ea19b7f453b1a1c0cf446c6308e41e72
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Sat Oct 17 11:50:16 2015 -0500

    Add binutils gold linker options to all books.

diff --git a/BOOK/cross-tools/64/binutils.xml b/BOOK/cross-tools/64/binutils.xml
index bb8589a..1e129dd 100644
--- a/BOOK/cross-tools/64/binutils.xml
+++ b/BOOK/cross-tools/64/binutils.xml
@@ -132,6 +132,18 @@
         </listitem>
       </varlistentry>
 
+      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+      href="../common/binutils.xml"
+      xpointer="xpointer(//*[@os='bd10'])"/>
+
+      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+      href="../common/binutils.xml"
+      xpointer="xpointer(//*[@os='bd11'])"/>
+
+      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+      href="../common/binutils.xml"
+      xpointer="xpointer(//*[@os='bd12'])"/>
+
     </variablelist>
 
     <para os="be">Compile the package:</para>
diff --git a/BOOK/cross-tools/common/binutils.xml b/BOOK/cross-tools/common/binutils.xml
index 8680ca5..07fe477 100644
--- a/BOOK/cross-tools/common/binutils.xml
+++ b/BOOK/cross-tools/common/binutils.xml
@@ -127,21 +127,21 @@
         </listitem>
       </varlistentry>
 
-      <varlistentry os="bd9">
+      <varlistentry os="bd10">
         <term><parameter>--enable-gold=yes</parameter></term>
         <listitem>
           <para>This option enables the building of the gold linker.</para>
         </listitem>
       </varlistentry>
 
-      <varlistentry os="bd10">
+      <varlistentry os="bd11">
         <term><parameter>--enable-plugins</parameter></term>
         <listitem>
           <para>This option enables support for plugins.</para>
         </listitem>
       </varlistentry>
 
-      <varlistentry os="bd11">
+      <varlistentry os="bd12">
         <term><parameter>--enable-threads</parameter></term>
         <listitem>
           <para>This option enables multi-threaded linking for the gold linker.</para>
diff --git a/BOOK/cross-tools/multilib/binutils.xml b/BOOK/cross-tools/multilib/binutils.xml
index b2dbca6..a3a25f4 100644
--- a/BOOK/cross-tools/multilib/binutils.xml
+++ b/BOOK/cross-tools/multilib/binutils.xml
@@ -88,6 +88,18 @@
       href="../64/binutils.xml"
       xpointer="xpointer(//*[@os='bd9'])"/>
 
+      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+      href="../common/binutils.xml"
+      xpointer="xpointer(//*[@os='bd10'])"/>
+
+      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+      href="../common/binutils.xml"
+      xpointer="xpointer(//*[@os='bd11'])"/>
+
+      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+      href="../common/binutils.xml"
+      xpointer="xpointer(//*[@os='bd12'])"/>
+
     </variablelist>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"

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

Summary of changes:
 BOOK/cross-tools/64/binutils.xml       |   12 ++++++++++++
 BOOK/cross-tools/common/binutils.xml   |    6 +++---
 BOOK/cross-tools/multilib/binutils.xml |   12 ++++++++++++
 3 files changed, 27 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list