From 13e03d66f145780265925b9ac64a068957beed2c Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sat, 16 May 2015 01:57:52 +0000 Subject: Add a patch from upstream to fix some libgomp (gcc) problems git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10912 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/gcc.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'chapter06') diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 7616b30ac..1ecf0a48a 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -41,6 +41,10 @@ Installation of GCC + First fix some problems with the libgomp library: + +patch -Np1 -i ../&gcc-upstream-patch; + The GCC documentation recommends building GCC outside of the source directory in a dedicated build directory: @@ -112,7 +116,7 @@ cd ../gcc-build A few unexpected failures cannot always be avoided. The GCC developers are usually aware of these issues, but have not resolved them yet. - In particular, four tests in the libgomp test suite are known to fail. + In particular, one test in the libgomp test suite is known to fail. Unless the test results are vastly different from those at the above URL, it is safe to continue. -- cgit v1.2.3-54-g00ecf