diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 00c740b58..08759031f 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,6 +36,16 @@ --> + + 2015-05-15 + + + [bdubbs] - Add a patch from upstream to fix + some libgomp (gcc) problems. + + + + 2015-05-14 diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index d0fecb89d..281970562 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -244,6 +244,10 @@ Added: + + gcc-5.1.0-upstream_libgomp_fix-1.patch + + Tcl-core-&tcl-version; @@ -294,10 +298,6 @@ bash-4.3-upstream_fixes-3.patch --> - - diff --git a/chapter03/patches.xml b/chapter03/patches.xml index d55746f46..ec3d6afa9 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -91,15 +91,14 @@ --> - + Glibc FHS Patch - &glibc-fhs-patch-size;: 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. diff --git a/general.ent b/general.ent index f9008dd2a..fa7b94e7d 100644 --- a/general.ent +++ b/general.ent @@ -1,7 +1,7 @@ - + - + diff --git a/patches.ent b/patches.ent index 405ebc879..8abe22374 100644 --- a/patches.ent +++ b/patches.ent @@ -18,6 +18,10 @@ + + + +