Browse Source

Add instruction to increase stack size during gcc tests

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9378 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 15 năm trước cách đây
mục cha
commit
4e48f56e6c
3 tập tin đã thay đổi với 18 bổ sung2 xóa
  1. 11 0
      chapter01/changelog.xml
  2. 5 0
      chapter06/gcc.xml
  3. 2 2
      general.ent

+ 11 - 0
chapter01/changelog.xml

@@ -36,6 +36,17 @@
     </listitem>
 
 -->
+    <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>

+ 5 - 0
chapter06/gcc.xml

@@ -105,6 +105,11 @@ cd ../gcc-build</userinput></screen>
       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>

+ 2 - 2
general.ent

@@ -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}]" -->