[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.1.0-1265-g4e658f6

git git at cross-lfs.org
Wed Jun 18 18:04:02 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  4e658f65bd46f0a43d5026806dd46668e261c95f (commit)
       via  f77d3ff46460615996b9fab857add54f93c57515 (commit)
       via  f9b700cf2b33b5cd48caec59d00aeb405b26ee28 (commit)
      from  2ae740dce5342a1f509e4820b9f36cb9b1aca076 (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 4e658f65bd46f0a43d5026806dd46668e261c95f
Author: William Harrington <kb0iic at cross-lfs.org>
Date:   Wed Jun 18 20:03:44 2014 -0500

    Add --with-isl=system to temp-system CLooG so that the bundled isl isn't built. We want to use the isl installation in /tools for the CLooG build. This fixes ticket http://trac.cross-lfs.org/ticket/966

diff --git a/BOOK/temp-system/common/cloog.xml b/BOOK/temp-system/common/cloog.xml
index 6c8d16b..220cbe7 100644
--- a/BOOK/temp-system/common/cloog.xml
+++ b/BOOK/temp-system/common/cloog.xml
@@ -25,7 +25,8 @@
     <para os="a">Prepare CLooG for compilation:</para>
 
 <screen os="b"><userinput>./configure --prefix=/tools \
-    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
+    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
+    --with-isl=system</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../../final-system/common/cloog.xml"
diff --git a/BOOK/temp-system/multilib/cloog.xml b/BOOK/temp-system/multilib/cloog.xml
index 1ffa4c8..ccb9397 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</userinput></screen>
+     --enable-shared --with-isl=system</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../../final-system/common/cloog.xml"

commit f77d3ff46460615996b9fab857add54f93c57515
Author: William Harrington <kb0iic at cross-lfs.org>
Date:   Wed Jun 18 20:01:04 2014 -0500

    Add master change log entry for addition of --with-isl=system to temp-system CLooG.

diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index 5915302..a5166ea 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -40,7 +40,17 @@
       <para>17 June 2014</para>
       <itemizedlist>
         <listitem>
-          <para>Move Man-DB right after Libpipeline.</para>
+          <para>[William Harrington] - Use --with-isl=system for temp-system
+          CLooG.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
+      <para>17 June 2014</para>
+      <itemizedlist>
+        <listitem>
+          <para>[William Harrington] - Move Man-DB right after Libpipeline.</para>
         </listitem>
       </itemizedlist>
     </listitem>

commit f9b700cf2b33b5cd48caec59d00aeb405b26ee28
Author: William Harrington <kb0iic at cross-lfs.org>
Date:   Wed Jun 18 20:00:11 2014 -0500

    Update date for June 18, 2014 updates.

diff --git a/BOOK/general.ent b/BOOK/general.ent
index d368e78..c7ae7bf 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "06"> <!-- Use two digits -->
 <!ENTITY month_name "June">
-<!ENTITY day "17"> <!-- Use two digits -->
+<!ENTITY day "18"> <!-- Use two digits -->
 <!ENTITY year "2014"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

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

Summary of changes:
 BOOK/general.ent                       |    2 +-
 BOOK/introduction/common/changelog.xml |   12 +++++++++++-
 BOOK/temp-system/common/cloog.xml      |    3 ++-
 BOOK/temp-system/multilib/cloog.xml    |    2 +-
 4 files changed, 15 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list