From 2efa44adaf384fae3c644b560546c4b3bbb8d850 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Wed, 15 Aug 2012 03:52:06 +0000 Subject: Upgrade to perl-5.16.1 Removed unneeded sed instruction from Chapter 6 perl Updated gcc instructions to fix some make check errors git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9939 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/gcc.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'chapter06/gcc.xml') diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 9ba825dc4..54cdad060 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -57,6 +57,10 @@ i?86) sed -i 's/^T_CFLAGS =$/& -fomit-frame-pointer/' gcc/Makefile.in ;; esac + Also fix an error in one of the check Makefiles: + +sed -i -e /autogen/d -e /check.sh/d fixincludes/Makefile.in + The GCC documentation recommends building GCC outside of the source directory in a dedicated build directory: @@ -104,7 +108,7 @@ cd ../gcc-build 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 +ulimit -s 32768 Test the results, but do not stop at errors: -- cgit v1.2.3-54-g00ecf