[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.0.0-179-gd79e916

git git at cross-lfs.org
Sun Jul 28 22:51:09 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  d79e916158349ad4834a60cf939d07ed2f135652 (commit)
       via  52fd35b46dd362a219eb3eeaf55c6f43f7c5c119 (commit)
      from  88721815b2dbac0b03301808f90979bc000d257d (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 d79e916158349ad4834a60cf939d07ed2f135652
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Mon Jul 29 00:51:01 2013 -0500

    Add entry for enabling graphite for cross-tools toolchain.

diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index fb54370..8c0ce3b 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -36,6 +36,15 @@
     </listitem>
 -->
    <listitem>
+      <para>29 July 2013</para>
+      <itemizedlist>
+        <listitem>
+          <para>[William Harrington] - Enable graphite for cross-tools toolchain.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+   <listitem>
       <para>27 July 2013</para>
       <itemizedlist>
         <listitem>

commit 52fd35b46dd362a219eb3eeaf55c6f43f7c5c119
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Mon Jul 29 00:50:11 2013 -0500

    Enable graphite for cross-tools toolchain.

diff --git a/BOOK/cross-tools/common/gcc-final.xml b/BOOK/cross-tools/common/gcc-final.xml
index 2e77b90..4534f46 100644
--- a/BOOK/cross-tools/common/gcc-final.xml
+++ b/BOOK/cross-tools/common/gcc-final.xml
@@ -59,9 +59,9 @@
   --enable-__cxa_atexit --enable-c99 --enable-long-long --enable-threads=posix \
   --disable-multilib --with-mpc=/cross-tools --with-mpfr=/cross-tools \
   --with-gmp=/cross-tools  --with-cloog=/cross-tools \
-  --enable-cloog-backend=isl   --with-system-zlib \
-  --disable-cloog-version-check --enable-checking=release \
-  --enable-libstdcxx-time</userinput></screen>
+  --enable-cloog-backend=isl --disable-cloog-version-check \
+  --with-isl=/cross-tools --disable-isl-version-check --with-system-zlib \
+  --enable-checking=release --enable-libstdcxx-time</userinput></screen>
 
     <variablelist os="bg">
       <title>The meaning of the new configure options:</title>
diff --git a/BOOK/cross-tools/common/gcc-static.xml b/BOOK/cross-tools/common/gcc-static.xml
index cfaf7d0..eec1f6f 100644
--- a/BOOK/cross-tools/common/gcc-static.xml
+++ b/BOOK/cross-tools/common/gcc-static.xml
@@ -58,13 +58,13 @@ echo -en '\n#undef STANDARD_STARTFILE_PREFIX_2\n#define STANDARD_STARTFILE_PREFI
   --with-sysroot=${CLFS} --with-local-prefix=/tools \
   --with-native-system-header-dir=/tools/include --disable-nls \
   --disable-shared --with-mpfr=/cross-tools --with-gmp=/cross-tools \
-  --with-cloog=/cross-tools --with-mpc=/cross-tools --without-headers \
-  --with-newlib --disable-decimal-float --disable-libgomp --disable-libmudflap \
-  --disable-libssp --disable-threads --disable-multilib --disable-libatomic \
-  --disable-libitm --disable-libsanitizer --disable-libquadmath \
-  --disable-target-libiberty --disable-target-zlib --with-system-zlib \
-  --enable-cloog-backend=isl --disable-cloog-version-check \
-  --enable-languages=c --enable-checking=release</userinput></screen>
+  --with-isl=/cross-tools --with-cloog=/cross-tools --with-mpc=/cross-tools \
+  --without-headers --with-newlib --disable-decimal-float --disable-libgomp \
+  --disable-libmudflap --disable-libssp --disable-threads --disable-multilib \
+  --disable-libatomic --disable-libitm --disable-libsanitizer \
+  --disable-libquadmath --disable-target-libiberty --disable-target-zlib \
+  --with-system-zlib --enable-cloog-backend=isl --disable-cloog-version-check \
+  --disable-isl-version-check --enable-languages=c --enable-checking=release</userinput></screen>
 
     <variablelist os="am">
       <title>The meaning of the new configure options:</title>
diff --git a/BOOK/cross-tools/multilib/gcc-final.xml b/BOOK/cross-tools/multilib/gcc-final.xml
index 4493709..8d2c7db 100644
--- a/BOOK/cross-tools/multilib/gcc-final.xml
+++ b/BOOK/cross-tools/multilib/gcc-final.xml
@@ -59,7 +59,8 @@
   --enable-languages=c,c++ --enable-__cxa_atexit --enable-c99 \
   --enable-long-long --enable-threads=posix --with-mpc=/cross-tools \
   --with-mpfr=/cross-tools --with-gmp=/cross-tools --with-cloog=/cross-tools \
-  --enable-cloog-backend=isl --with-system-zlib --disable-cloog-version-check \
+  --enable-cloog-backend=isl --disable-cloog-version-check \
+  --with-isl=/cross-tools --disable-isl-version-check --with-system-zlib \
   --enable-checking=release --enable-libstdcxx-time</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/cross-tools/multilib/gcc-static.xml b/BOOK/cross-tools/multilib/gcc-static.xml
index 046c301..bcd4507 100644
--- a/BOOK/cross-tools/multilib/gcc-static.xml
+++ b/BOOK/cross-tools/multilib/gcc-static.xml
@@ -70,7 +70,8 @@
   --disable-libssp --disable-threads --disable-libatomic --disable-libitm \
   --disable-libsanitizer --disable-libquadmath --disable-target-libiberty \
   --disable-target-zlib --with-system-zlib --enable-cloog-backend=isl \
-  --disable-cloog-version-check --enable-languages=c --enable-checking=release</userinput></screen>
+  --disable-cloog-version-check --with-isl=/cross-tools \
+  --disable-isl-version-check --enable-languages=c --enable-checking=release</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/gcc-static.xml"
diff --git a/BOOK/general.ent b/BOOK/general.ent
index 4e9cbb9..896a6ad 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "07"> <!-- Use two digits -->
 <!ENTITY month_name "July">
-<!ENTITY day "28"> <!-- Use two digits -->
+<!ENTITY day "29"> <!-- Use two digits -->
 <!ENTITY year "2013"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

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

Summary of changes:
 BOOK/cross-tools/common/gcc-final.xml    |    6 +++---
 BOOK/cross-tools/common/gcc-static.xml   |   14 +++++++-------
 BOOK/cross-tools/multilib/gcc-final.xml  |    3 ++-
 BOOK/cross-tools/multilib/gcc-static.xml |    3 ++-
 BOOK/general.ent                         |    2 +-
 BOOK/introduction/common/changelog.xml   |    9 +++++++++
 6 files changed, 24 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list