diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2001-07-20 01:51:07 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2001-07-20 01:51:07 +0000 |
commit | a0994c108710c443c1ee09042bae3daea69588bb (patch) | |
tree | c57456aaa7c65bf17fd646b685708176d08ec313 /chapter05/gcc-exp.xml | |
parent | fe5a26f21ecc30339b5166183857f003c52a566b (diff) |
Initial commit
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@817 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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, |