aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2010-09-18 19:37:51 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2010-09-18 19:37:51 +0000
commit4e48f56e6c3b11397527b5471a1c5d8d9946ea19 (patch)
tree1880767259e0eed300a9432813a9123f78de85f5
parent0ebe029b75f40fd40e643f297e1c610771120f29 (diff)
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
-rw-r--r--chapter01/changelog.xml11
-rw-r--r--chapter06/gcc.xml5
-rw-r--r--general.ent4
3 files changed, 18 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 588b32132..27325fa6f 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -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>
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>
diff --git a/general.ent b/general.ent
index 1c07c1fe7..298838c61 100644
--- a/general.ent
+++ b/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}]" -->