mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-07 04:49:45 +01:00
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:
parent
0ebe029b75
commit
4e48f56e6c
@ -36,6 +36,17 @@
|
|||||||
</listitem>
|
</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>
|
<listitem>
|
||||||
<para>2010-09-17</para>
|
<para>2010-09-17</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -105,6 +105,11 @@ cd ../gcc-build</userinput></screen>
|
|||||||
critical. Do not skip it under any circumstance.</para>
|
critical. Do not skip it under any circumstance.</para>
|
||||||
</important>
|
</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>
|
<para>Test the results, but do not stop at errors:</para>
|
||||||
|
|
||||||
<screen><userinput remap="test">make -k check</userinput></screen>
|
<screen><userinput remap="test">make -k check</userinput></screen>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!ENTITY version "SVN-20100917">
|
<!ENTITY version "SVN-20100918">
|
||||||
<!ENTITY releasedate "September 17, 2010">
|
<!ENTITY releasedate "September 18, 2010">
|
||||||
<!ENTITY copyrightdate "1999-2010"><!-- jhalfs needs a literal dash, not – -->
|
<!ENTITY copyrightdate "1999-2010"><!-- jhalfs needs a literal dash, not – -->
|
||||||
<!ENTITY milestone "6.7">
|
<!ENTITY milestone "6.7">
|
||||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||||
|
Loading…
Reference in New Issue
Block a user