Author: bdubbs
Date: 2010-09-18 13:37:51 -0600 (Sat, 18 Sep 2010)
New Revision: 9378

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/gcc.xml
   trunk/BOOK/general.ent
Log:
Add instruction to increase stack size during gcc tests

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2010-09-18 00:12:44 UTC (rev 9377)
+++ trunk/BOOK/chapter01/changelog.xml  2010-09-18 19:37:51 UTC (rev 9378)
@@ -37,6 +37,17 @@
 
 -->
     <listitem>
+      <para>2010-09-18</para>
+      <itemizedlist>
+        <listitem>
+          <para>[matthew] - Add instruction to increase 
+          stack size during gcc tests.
+          </para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>2010-09-17</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/chapter06/gcc.xml
===================================================================
--- trunk/BOOK/chapter06/gcc.xml        2010-09-18 00:12:44 UTC (rev 9377)
+++ trunk/BOOK/chapter06/gcc.xml        2010-09-18 19:37:51 UTC (rev 9378)
@@ -105,6 +105,11 @@
       critical. Do not skip it under any circumstance.</para>
     </important>
 
+   <para>One set of tests in the GCC test suite is known to exhaust the stack,
+   so increase the stack size prior to running the tests:</para>
+
+<screen><userinput remap="test">ulimit -s 16384</userinput></screen>
+
     <para>Test the results, but do not stop at errors:</para>
 
 <screen><userinput remap="test">make -k check</userinput></screen>

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2010-09-18 00:12:44 UTC (rev 9377)
+++ trunk/BOOK/general.ent      2010-09-18 19:37:51 UTC (rev 9378)
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20100917">
-<!ENTITY releasedate "September 17, 2010">
+<!ENTITY version "SVN-20100918">
+<!ENTITY releasedate "September 18, 2010">
 <!ENTITY copyrightdate "1999-2010"><!-- jhalfs needs a literal dash, not 
&ndash; -->
 <!ENTITY milestone "6.7">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or 
"x.y[-pre{x}]" -->

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to