[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, sysvinit, updated. clfs-2.1.0-1252-g9dbb9ba

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, sysvinit has been updated
       via  9dbb9baf8da6fe4905177cd27657763909201f8a (commit)
       via  47e94199b85e8399385310004ce437f117acac35 (commit)
       via  241cab52e77d2cd6a55a5933bce3ed483417af07 (commit)
      from  c640d2309a0747547026647bfa96aabe071a0a89 (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 9dbb9baf8da6fe4905177cd27657763909201f8a
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 47e94199b85e8399385310004ce437f117acac35
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 5038c07..4320c33 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 241cab52e77d2cd6a55a5933bce3ed483417af07
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 cae0244..5de6e7d 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