[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.0.0-355-g8921403

git git at cross-lfs.org
Mon Sep 9 12:30:02 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  89214034dc2ccfb8cbcbe13790bb77dee616a8ae (commit)
       via  16fb2c3c692394b4069005eccba1148d1cf9c706 (commit)
      from  6a2ac797e372fb018974df58776e2935c6baf6b5 (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 89214034dc2ccfb8cbcbe13790bb77dee616a8ae
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Mon Sep 9 14:29:57 2013 -0500

    Add entry for increased stack size during gcc test suite.

diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index 3af6605..4967cca 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -36,6 +36,15 @@
     </listitem>
 -->
     <listitem>
+      <para>09 September 2013</para>
+      <itemizedlist>
+        <listitem>
+          <para>[William Harrington] - Increase the stack size during the GCC testsuite.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>08 September 2013</para>
       <itemizedlist>
         <listitem>

commit 16fb2c3c692394b4069005eccba1148d1cf9c706
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Mon Sep 9 14:29:38 2013 -0500

    Increase stack size for gcc as a test failure will result if not increased.

diff --git a/BOOK/final-system/64/gcc.xml b/BOOK/final-system/64/gcc.xml
index aeceaf9..1d75af4 100644
--- a/BOOK/final-system/64/gcc.xml
+++ b/BOOK/final-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='m'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/final-system/common/gcc.xml b/BOOK/final-system/common/gcc.xml
index c54a31c..f423025 100644
--- a/BOOK/final-system/common/gcc.xml
+++ b/BOOK/final-system/common/gcc.xml
@@ -72,6 +72,10 @@ LDFLAGS="-Wl,-rpath-link,/usr/lib:/lib" \
       critical. Do not skip it under any circumstance.</para>
     </important>
 
+   <para os="s1">Increase the stack size prior to running the tests:</para>
+
+<screen os="s2"><userinput remap="test">ulimit -s 32768</userinput></screen>
+
     <para os="m">Test the results, but do not stop at errors:</para>
 
 <screen os="n"><userinput>make -k check</userinput></screen>
diff --git a/BOOK/final-system/mips/gcc.xml b/BOOK/final-system/mips/gcc.xml
index ed57f23..39c21e4 100644
--- a/BOOK/final-system/mips/gcc.xml
+++ b/BOOK/final-system/mips/gcc.xml
@@ -75,6 +75,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='m'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/final-system/mips64-64/gcc.xml b/BOOK/final-system/mips64-64/gcc.xml
index aeceaf9..1d75af4 100644
--- a/BOOK/final-system/mips64-64/gcc.xml
+++ b/BOOK/final-system/mips64-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='m'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/final-system/mips64/gcc.xml b/BOOK/final-system/mips64/gcc.xml
index 5205703..47d6282 100644
--- a/BOOK/final-system/mips64/gcc.xml
+++ b/BOOK/final-system/mips64/gcc.xml
@@ -82,6 +82,14 @@ LDFLAGS="-Wl,-rpath-link,/usr/lib64:/lib64:/usr/lib32:/lib32:/usr/lib:/lib" \
 
     <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='m'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/final-system/multilib/gcc.xml b/BOOK/final-system/multilib/gcc.xml
index 42fba36..09a4292 100644
--- a/BOOK/final-system/multilib/gcc.xml
+++ b/BOOK/final-system/multilib/gcc.xml
@@ -82,6 +82,14 @@ LDFLAGS="-Wl,-rpath-link,/usr/lib64:/lib64:/usr/lib:/lib" \
 
     <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='m'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/final-system/ppc/gcc.xml b/BOOK/final-system/ppc/gcc.xml
index 1b8ce6b..b313908 100644
--- a/BOOK/final-system/ppc/gcc.xml
+++ b/BOOK/final-system/ppc/gcc.xml
@@ -73,6 +73,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='m'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/final-system/ppc64/gcc.xml b/BOOK/final-system/ppc64/gcc.xml
index 16353e4..d5c0a56 100644
--- a/BOOK/final-system/ppc64/gcc.xml
+++ b/BOOK/final-system/ppc64/gcc.xml
@@ -75,6 +75,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='m'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"

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

Summary of changes:
 BOOK/final-system/64/gcc.xml           |    8 ++++++++
 BOOK/final-system/common/gcc.xml       |    4 ++++
 BOOK/final-system/mips/gcc.xml         |    8 ++++++++
 BOOK/final-system/mips64-64/gcc.xml    |    8 ++++++++
 BOOK/final-system/mips64/gcc.xml       |    8 ++++++++
 BOOK/final-system/multilib/gcc.xml     |    8 ++++++++
 BOOK/final-system/ppc/gcc.xml          |    8 ++++++++
 BOOK/final-system/ppc64/gcc.xml        |    8 ++++++++
 BOOK/introduction/common/changelog.xml |    9 +++++++++
 9 files changed, 69 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list