diff options
Diffstat (limited to 'chapter05/gcc-exp.xml')
-rw-r--r-- | chapter05/gcc-exp.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chapter05/gcc-exp.xml b/chapter05/gcc-exp.xml index 37fbbf776..a8a9130e1 100644 --- a/chapter05/gcc-exp.xml +++ b/chapter05/gcc-exp.xml @@ -2,6 +2,13 @@ <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> <userinput>--enable-languages=c,c++:</userinput> This only builds the C and C++ compilers and not the other available compilers as they are, on the average, not often used. If those other compilers are needed, |