diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/gcc.xml | 6 |
1 files changed, 5 insertions, 1 deletions
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 @@ <sect2 role="installation"> <title>Installation of GCC</title> + <para>First fix some problems with the libgomp library:</para> + +<screen><userinput remap="pre">patch -Np1 -i ../&gcc-upstream-patch;</userinput></screen> + <para>The GCC documentation recommends building GCC outside of the source directory in a dedicated build directory:</para> @@ -112,7 +116,7 @@ cd ../gcc-build</userinput></screen> <para>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.</para> |