|
@@ -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>
|
|
|
|