From 4e48f56e6c3b11397527b5471a1c5d8d9946ea19 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sat, 18 Sep 2010 19:37:51 +0000 Subject: 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 --- chapter06/gcc.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'chapter06/gcc.xml') 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 critical. Do not skip it under any circumstance. + 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: + +ulimit -s 16384 + Test the results, but do not stop at errors: make -k check -- cgit v1.2.3-54-g00ecf