|
@@ -1,6 +1,13 @@
|
|
<sect2>
|
|
<sect2>
|
|
<title>Command explanations</title>
|
|
<title>Command explanations</title>
|
|
|
|
|
|
|
|
+<para>
|
|
|
|
+<userinput>patch -Np1 -i ../gcc-3.0.patch:</userinput> This patch
|
|
|
|
+changes the compilation options so that the make only fails on the
|
|
|
|
+second error, not the first. This is required for the static build not
|
|
|
|
+to fail.
|
|
|
|
+</para>
|
|
|
|
+
|
|
<para>
|
|
<para>
|
|
<userinput>--enable-languages=c,c++:</userinput> This only builds the C
|
|
<userinput>--enable-languages=c,c++:</userinput> This only builds the C
|
|
and C++ compilers and not the other available compilers as they are, on
|
|
and C++ compilers and not the other available compilers as they are, on
|