[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.0.0-255-g29b8ee4

git git at cross-lfs.org
Sun Aug 11 22:12:14 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  29b8ee46a81fa41453900261c6274cac13997692 (commit)
       via  054bc948ce572f9333583ab4e36f751d993a08b9 (commit)
       via  5dec6c0a36fd7a3be58e10413f824a3e11386372 (commit)
      from  678fb4232ee15cd024d5e8959a55e79aad89fcc8 (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 29b8ee46a81fa41453900261c6274cac13997692
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Mon Aug 12 00:12:05 2013 -0500

    Add sed so that host gmp,isl, and cloog headers and libs are searched properly.

diff --git a/BOOK/temp-system/64/gcc.xml b/BOOK/temp-system/64/gcc.xml
index bff122d..f4c701b 100644
--- a/BOOK/temp-system/64/gcc.xml
+++ b/BOOK/temp-system/64/gcc.xml
@@ -81,6 +81,14 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/gcc.xml"
+    xpointer="xpointer(//*[@os='s1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/gcc.xml"
+    xpointer="xpointer(//*[@os='s2'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/gcc.xml"
     xpointer="xpointer(//*[@os='cm'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/temp-system/common/gcc.xml b/BOOK/temp-system/common/gcc.xml
index cc92e02..64846dd 100644
--- a/BOOK/temp-system/common/gcc.xml
+++ b/BOOK/temp-system/common/gcc.xml
@@ -79,6 +79,13 @@
 
     </variablelist>
 
+    <para os="s1">The following will prevent GCC from looking in the wrong
+    directories for headers and libraries:</para>
+
+<screen os="s2"><userinput>cp -v Makefile{,.orig}
+sed "/^HOST_\(GMP\|ISL\|CLOOG\)\(LIBS\|INC\)/s:/tools:/cross-tools:g" \
+    Makefile.orig > Makefile</userinput></screen>
+
     <para os="cm">Compile the package:</para>
 
 <screen os="cn"><userinput>make AS_FOR_TARGET="${AS}" \
diff --git a/BOOK/temp-system/mips/gcc.xml b/BOOK/temp-system/mips/gcc.xml
index 67c6ace..eda75cd 100644
--- a/BOOK/temp-system/mips/gcc.xml
+++ b/BOOK/temp-system/mips/gcc.xml
@@ -64,6 +64,14 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/gcc.xml"
+    xpointer="xpointer(//*[@os='s1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/gcc.xml"
+    xpointer="xpointer(//*[@os='s2'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/gcc.xml"
     xpointer="xpointer(//*[@os='cm'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/temp-system/mips64-64/gcc.xml b/BOOK/temp-system/mips64-64/gcc.xml
index 0cdf1d3..133007f 100644
--- a/BOOK/temp-system/mips64-64/gcc.xml
+++ b/BOOK/temp-system/mips64-64/gcc.xml
@@ -78,6 +78,13 @@
 
     </variablelist>
 
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/gcc.xml"
+    xpointer="xpointer(//*[@os='s1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/gcc.xml"
+    xpointer="xpointer(//*[@os='s2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/gcc.xml"
diff --git a/BOOK/temp-system/mips64/gcc.xml b/BOOK/temp-system/mips64/gcc.xml
index afa2461..96b1597 100644
--- a/BOOK/temp-system/mips64/gcc.xml
+++ b/BOOK/temp-system/mips64/gcc.xml
@@ -72,6 +72,14 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/gcc.xml"
+    xpointer="xpointer(//*[@os='s1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/gcc.xml"
+    xpointer="xpointer(//*[@os='s2'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/gcc.xml"
     xpointer="xpointer(//*[@os='cm'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/temp-system/multilib/gcc.xml b/BOOK/temp-system/multilib/gcc.xml
index 1728572..fc6f372 100644
--- a/BOOK/temp-system/multilib/gcc.xml
+++ b/BOOK/temp-system/multilib/gcc.xml
@@ -85,6 +85,14 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/gcc.xml"
+    xpointer="xpointer(//*[@os='s1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/gcc.xml"
+    xpointer="xpointer(//*[@os='s2'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/gcc.xml"
     xpointer="xpointer(//*[@os='cm'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/temp-system/ppc/gcc.xml b/BOOK/temp-system/ppc/gcc.xml
index 1130ae8..1c89226 100644
--- a/BOOK/temp-system/ppc/gcc.xml
+++ b/BOOK/temp-system/ppc/gcc.xml
@@ -64,6 +64,14 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/gcc.xml"
+    xpointer="xpointer(//*[@os='s1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/gcc.xml"
+    xpointer="xpointer(//*[@os='s2'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/gcc.xml"
     xpointer="xpointer(//*[@os='cm'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/temp-system/ppc64/gcc.xml b/BOOK/temp-system/ppc64/gcc.xml
index 4d8c1e0..5d1062c 100644
--- a/BOOK/temp-system/ppc64/gcc.xml
+++ b/BOOK/temp-system/ppc64/gcc.xml
@@ -64,6 +64,14 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/gcc.xml"
+    xpointer="xpointer(//*[@os='s1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/gcc.xml"
+    xpointer="xpointer(//*[@os='s2'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/gcc.xml"
     xpointer="xpointer(//*[@os='cm'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"

commit 054bc948ce572f9333583ab4e36f751d993a08b9
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Mon Aug 12 00:11:39 2013 -0500

    Add gcc temp-system entry for HOST_(GMP,ISL,CLOOG) changes.

diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index aa73609..4de8120 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -36,6 +36,15 @@
     </listitem>
 -->
     <listitem>
+      <para>12 August 2013</para>
+      <itemizedlist>
+        <listitem>
+          <para>[William Harrington] - Fix temp system GCC for HOST gmp isl and cloog libraries and headers.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>08 August 2013</para>
       <itemizedlist>
        <listitem>

commit 5dec6c0a36fd7a3be58e10413f824a3e11386372
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Mon Aug 12 00:10:58 2013 -0500

    Update date.

diff --git a/BOOK/general.ent b/BOOK/general.ent
index 0a1194e..dea1c5b 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "08"> <!-- Use two digits -->
 <!ENTITY month_name "August">
-<!ENTITY day "08"> <!-- Use two digits -->
+<!ENTITY day "12"> <!-- Use two digits -->
 <!ENTITY year "2013"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

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

Summary of changes:
 BOOK/general.ent                       |    2 +-
 BOOK/introduction/common/changelog.xml |    9 +++++++++
 BOOK/temp-system/64/gcc.xml            |    8 ++++++++
 BOOK/temp-system/common/gcc.xml        |    7 +++++++
 BOOK/temp-system/mips/gcc.xml          |    8 ++++++++
 BOOK/temp-system/mips64-64/gcc.xml     |    7 +++++++
 BOOK/temp-system/mips64/gcc.xml        |    8 ++++++++
 BOOK/temp-system/multilib/gcc.xml      |    8 ++++++++
 BOOK/temp-system/ppc/gcc.xml           |    8 ++++++++
 BOOK/temp-system/ppc64/gcc.xml         |    8 ++++++++
 10 files changed, 72 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list