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
This commit is contained in:
Bruce Dubbs 2010-09-18 19:37:51 +00:00
parent 0ebe029b75
commit 4e48f56e6c
3 changed files with 18 additions and 2 deletions

View File

@ -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>

View File

@ -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>

View File

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