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

git git at cross-lfs.org
Sun Nov 11 07:41:22 PST 2012


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  766988ff54cc188c0c9ecd75cec4273e72794481 (commit)
       via  5cbf8bc41ed34f1c2c62ec4b87af5af81659219c (commit)
       via  54941ee8b23a0840cda0c553552be7765279ad37 (commit)
      from  764eb27a562df97eb7ecff2177ed22a752819644 (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 766988ff54cc188c0c9ecd75cec4273e72794481
Author: Chris Staub <chris at beaker67.com>
Date:   Sun Nov 11 10:41:16 2012 -0500

    Updated date

diff --git a/BOOK/general.ent b/BOOK/general.ent
index cf40416..cc0d384 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "11"> <!-- Use two digits -->
 <!ENTITY month_name "November">
-<!ENTITY day "06"> <!-- Use two digits -->
+<!ENTITY day "11"> <!-- Use two digits -->
 <!ENTITY year "2012"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

commit 5cbf8bc41ed34f1c2c62ec4b87af5af81659219c
Author: Chris Staub <chris at beaker67.com>
Date:   Sun Nov 11 10:39:57 2012 -0500

    Moved comand explanations to more appropriate place

diff --git a/BOOK/cross-tools/common/binutils-32.xml b/BOOK/cross-tools/common/binutils-32.xml
index c5ef0e0..ff63f20 100644
--- a/BOOK/cross-tools/common/binutils-32.xml
+++ b/BOOK/cross-tools/common/binutils-32.xml
@@ -55,9 +55,9 @@
   --disable-static --disable-multilib</userinput></screen>
 
     <variablelist os="bd">
-      <title>The meaning of the configure options:</title>
+      <title>The meaning of the new configure options:</title>
 
-      <varlistentry os="bd0">
+      <varlistentry os="bd1">
         <term><parameter>AR=ar AS=as</parameter></term>
         <listitem>
           <para>This prevents Binutils from compiling with ${CLFS_HOST}-ar
@@ -66,15 +66,6 @@
         </listitem>
       </varlistentry>
 
-      <varlistentry os="bd1">
-        <term><parameter>--prefix=/cross-tools</parameter></term>
-        <listitem>
-          <para>This tells the configure script to prepare to install the
-          package in the <filename class="directory">/cross-tools</filename>
-          directory.</para>
-        </listitem>
-      </varlistentry>
-
       <varlistentry os="bd2">
         <term><parameter>--host=${CLFS_HOST}</parameter></term>
         <listitem>
diff --git a/BOOK/cross-tools/common/binutils.xml b/BOOK/cross-tools/common/binutils.xml
index 97de800..eeb67b3 100644
--- a/BOOK/cross-tools/common/binutils.xml
+++ b/BOOK/cross-tools/common/binutils.xml
@@ -55,9 +55,9 @@
   --disable-static --enable-64-bit-bfd --disable-multilib</userinput></screen>
 
     <variablelist os="bd">
-      <title>The meaning of the configure options:</title>
+      <title>The meaning of the new configure options:</title>
 
-      <varlistentry os="bd0">
+      <varlistentry os="bd1">
         <term><parameter>AR=ar AS=as</parameter></term>
         <listitem>
           <para>This prevents Binutils from compiling with ${CLFS_HOST}-ar
@@ -66,15 +66,6 @@
         </listitem>
       </varlistentry>
 
-      <varlistentry os="bd1">
-        <term><parameter>--prefix=/cross-tools</parameter></term>
-        <listitem>
-          <para>This tells the configure script to prepare to install the
-          package in the <filename class="directory">/cross-tools</filename>
-          directory.</para>
-        </listitem>
-      </varlistentry>
-
       <varlistentry os="bd2">
         <term><parameter>--host=${CLFS_HOST}</parameter></term>
         <listitem>
diff --git a/BOOK/cross-tools/common/file.xml b/BOOK/cross-tools/common/file.xml
index bb51d7a..f25572c 100644
--- a/BOOK/cross-tools/common/file.xml
+++ b/BOOK/cross-tools/common/file.xml
@@ -26,6 +26,28 @@
 
 <screen><userinput>./configure --prefix=/cross-tools --disable-static</userinput></screen>
 
+    <variablelist>
+      <title>The meaning of the configure options:</title>
+
+      <varlistentry>
+        <term><parameter>--prefix=/cross-tools</parameter></term>
+        <listitem>
+          <para>This tells the configure script to prepare to install the
+          package in the <filename class="directory">/cross-tools</filename>
+          directory.</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><parameter>--disable-static</parameter></term>
+        <listitem>
+          <para>This tells the File package not to compile or install static
+          libraries, which are not needed for the Cross-Tools</para>
+        </listitem>
+      </varlistentry>
+
+    </variablelist>
+
     <para>Compile the package:</para>
 
 <screen><userinput>make</userinput></screen>
diff --git a/BOOK/cross-tools/multilib/binutils.xml b/BOOK/cross-tools/multilib/binutils.xml
index 37fcc0e..6b6a1c4 100644
--- a/BOOK/cross-tools/multilib/binutils.xml
+++ b/BOOK/cross-tools/multilib/binutils.xml
@@ -58,10 +58,6 @@
 
       <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
       href="../common/binutils.xml"
-      xpointer="xpointer(//*[@os='bd0'])"/>
-
-      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-      href="../common/binutils.xml"
       xpointer="xpointer(//*[@os='bd1'])"/>
 
       <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"

commit 54941ee8b23a0840cda0c553552be7765279ad37
Author: Chris Staub <chris at beaker67.com>
Date:   Sun Nov 11 10:18:38 2012 -0500

    Added missing xinclude to x86

diff --git a/BOOK/cross-tools/x86/eglibc.xml b/BOOK/cross-tools/x86/eglibc.xml
index 2d59fdd..cd66df2 100644
--- a/BOOK/cross-tools/x86/eglibc.xml
+++ b/BOOK/cross-tools/x86/eglibc.xml
@@ -154,6 +154,10 @@
     xpointer="xpointer(//*[@os='dn'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/eglibc.xml"
+    xpointer="xpointer(//*[@os='do'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../../final-system/common/eglibc.xml"
     xpointer="xpointer(//*[@os='ra'])"/>
 

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

Summary of changes:
 BOOK/cross-tools/common/binutils-32.xml |   13 ++-----------
 BOOK/cross-tools/common/binutils.xml    |   13 ++-----------
 BOOK/cross-tools/common/file.xml        |   22 ++++++++++++++++++++++
 BOOK/cross-tools/multilib/binutils.xml  |    4 ----
 BOOK/cross-tools/x86/eglibc.xml         |    4 ++++
 BOOK/general.ent                        |    2 +-
 6 files changed, 31 insertions(+), 27 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list