aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/gcc.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/gcc.xml')
-rw-r--r--chapter06/gcc.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml
index cd41bce89..0abb1ef10 100644
--- a/chapter06/gcc.xml
+++ b/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>