[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.0.0-200-g9808d51

git git at cross-lfs.org
Fri Aug 2 14:26:17 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  9808d5118705bebdf7d3d681b1d96c83f9058f33 (commit)
       via  474b25de8b66196a2f0f4360c0bac38e2aa4ef1a (commit)
       via  54c5a13764134e5dbc5cc3910af1d543df3e1dc8 (commit)
      from  d87123b48bc31348a088c08aefc55f44e6a33f90 (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 9808d5118705bebdf7d3d681b1d96c83f9058f33
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Fri Aug 2 16:26:12 2013 -0500

    Add required configure options to temp-system gcc builds.

diff --git a/BOOK/temp-system/64/gcc.xml b/BOOK/temp-system/64/gcc.xml
index 4bb8f5b..bff122d 100644
--- a/BOOK/temp-system/64/gcc.xml
+++ b/BOOK/temp-system/64/gcc.xml
@@ -60,9 +60,11 @@
     --libexecdir=/tools/lib --with-local-prefix=/tools --enable-long-long \
     --enable-c99 --enable-shared --enable-threads=posix --disable-nls \
     --enable-__cxa_atexit --enable-languages=c,c++ --disable-libstdcxx-pch \
-    --enable-cloog-backend=isl --with-system-zlib \
-    --with-native-system-header-dir=/tools/include \
-    --enable-checking=release --enable-libstdcxx-time</userinput></screen>
+    --enable-cloog-backend=isl --with-gmp=/tools --with-mpfr=/tools \
+    --with-mpc=/tools --with-isl=/tools --disable-isl-version-check \
+    --with-cloog=/tools --with-system-zlib \
+    --with-native-system-header-dir=/tools/include --enable-checking=release \
+    --enable-libstdcxx-time</userinput></screen>
 
     <variablelist>
       <title>The meaning of the new configure options:</title>
diff --git a/BOOK/temp-system/common/gcc.xml b/BOOK/temp-system/common/gcc.xml
index 118db38..cc92e02 100644
--- a/BOOK/temp-system/common/gcc.xml
+++ b/BOOK/temp-system/common/gcc.xml
@@ -58,7 +58,9 @@
   --libexecdir=/tools/lib --with-local-prefix=/tools --enable-long-long \
   --enable-c99 --enable-shared --enable-threads=posix --disable-multilib \
   --disable-nls --enable-__cxa_atexit --enable-languages=c,c++ \
-  --disable-libstdcxx-pch --enable-cloog-backend=isl --with-system-zlib \
+  --disable-libstdcxx-pch --enable-cloog-backend=isl --with-gmp=/tools \
+  --with-mpfr=/tools --with-mpc=/tools --with-isl=/tools \
+  --disable-isl-version-check --with-cloog=/tools --with-system-zlib \
   --with-native-system-header-dir=/tools/include --disable-libssp \
   --disable-install-libiberty --enable-checking=release \
   --enable-libstdcxx-time</userinput></screen>
diff --git a/BOOK/temp-system/mips64-64/gcc.xml b/BOOK/temp-system/mips64-64/gcc.xml
index 781d7d7..0cdf1d3 100644
--- a/BOOK/temp-system/mips64-64/gcc.xml
+++ b/BOOK/temp-system/mips64-64/gcc.xml
@@ -60,9 +60,10 @@
     --libexecdir=/tools/lib --with-local-prefix=/tools --enable-long-long \
     --enable-c99 --enable-shared --enable-threads=posix --disable-nls \
     --enable-__cxa_atexit --enable-languages=c,c++ --disable-libstdcxx-pch \
-    --enable-cloog-backend=isl --with-system-zlib \
-    --enable-checking=release --enable-libstdcxx-time \
-    --with-native-system-header-dir=/tools/include </userinput></screen>
+    --enable-cloog-backend=isl --with-gmp=/tools --with-mpfr=/tools \
+    --with-mpc=/tools --with-isl=/tools --disable-isl-version-check \
+    --with-cloog=/tools --with-system-zlib --enable-checking=release \
+    --enable-libstdcxx-time --with-native-system-header-dir=/tools/include</userinput></screen>
 
     <variablelist>
       <title>The meaning of the new configure options:</title>
diff --git a/BOOK/temp-system/mips64/gcc.xml b/BOOK/temp-system/mips64/gcc.xml
index eb7984d..afa2461 100644
--- a/BOOK/temp-system/mips64/gcc.xml
+++ b/BOOK/temp-system/mips64/gcc.xml
@@ -61,7 +61,9 @@
   --enable-c99 --enable-shared --enable-threads=posix \
   --enable-__cxa_atexit --disable-nls --enable-languages=c,c++ \
   --disable-libstdcxx-pch --with-abi=64 --enable-cloog-backend=isl \
-  --with-system-zlib --enable-checking=release --enable-libstdcxx-time \
+  --with-gmp=/tools --with-mpfr=/tools --with-mpc=/tools --with-isl=/tools \
+  --disable-isl-version-check --with cloog=/tools --with-system-zlib \
+  --enable-checking=release --enable-libstdcxx-time \
   --with-native-system-header-dir=/tools/include</userinput></screen>
 
     <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 67a774c..1728572 100644
--- a/BOOK/temp-system/multilib/gcc.xml
+++ b/BOOK/temp-system/multilib/gcc.xml
@@ -60,7 +60,9 @@
   --target=${CLFS_TARGET} --libexecdir=/tools/lib64 --with-local-prefix=/tools \
   --enable-long-long --enable-c99 --enable-shared --enable-threads=posix \
   --disable-nls --enable-__cxa_atexit --enable-languages=c,c++ \
-  --disable-libstdcxx-pch --enable-cloog-backend=isl --with-system-zlib \
+  --disable-libstdcxx-pch --enable-cloog-backend=isl --with-gmp=/tools \
+  --with-mpfr=/tools --with-mpc=/tools --with-isl=/tools \
+  --disable-isl-version-check --with-cloog=/tools --with-system-zlib \
   --with-native-system-header-dir=/tools/include --disable-libssp \
   --disable-install-libiberty  --enable-libstdcxx-time \
   --enable-checking=release</userinput></screen>

commit 474b25de8b66196a2f0f4360c0bac38e2aa4ef1a
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Fri Aug 2 16:25:34 2013 -0500

    Add temp-system gcc configure option for missing configure options.

diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index fb34f4f..18b75e9 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -36,6 +36,15 @@
     </listitem>
 -->
     <listitem>
+      <para>02 August 2013</para>
+      <itemizedlist>
+        <listitem>
+          <para>[William Harrington] - Add GMP, MPFR, MPC, ISL, CLooG configure options to temp system GCC configure.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>01 August 2013</para>
       <itemizedlist>
         <listitem>

commit 54c5a13764134e5dbc5cc3910af1d543df3e1dc8
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Fri Aug 2 16:25:07 2013 -0500

    update date.

diff --git a/BOOK/general.ent b/BOOK/general.ent
index cde2cc6..fa085dd 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 "01"> <!-- Use two digits -->
+<!ENTITY day "02"> <!-- 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        |    4 +++-
 BOOK/temp-system/mips64-64/gcc.xml     |    7 ++++---
 BOOK/temp-system/mips64/gcc.xml        |    4 +++-
 BOOK/temp-system/multilib/gcc.xml      |    4 +++-
 7 files changed, 28 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list