aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorMark Hymers <markh@linuxfromscratch.org>2001-07-20 01:51:07 +0000
committerMark Hymers <markh@linuxfromscratch.org>2001-07-20 01:51:07 +0000
commita0994c108710c443c1ee09042bae3daea69588bb (patch)
treec57456aaa7c65bf17fd646b685708176d08ec313 /chapter05
parentfe5a26f21ecc30339b5166183857f003c52a566b (diff)
Initial commit
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@817 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/gcc-exp.xml7
-rw-r--r--chapter05/texinfo-exp.xml11
-rw-r--r--chapter05/texinfo.xml1
3 files changed, 19 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,
diff --git a/chapter05/texinfo-exp.xml b/chapter05/texinfo-exp.xml
new file mode 100644
index 000000000..4ab1323f6
--- /dev/null
+++ b/chapter05/texinfo-exp.xml
@@ -0,0 +1,11 @@
+<sect2>
+<title>Command explanations</title>
+
+<para>
+<userinput>patch -Np1 -i ../texinfo-4.0.patch:</userinput> This patch
+fixes a problem with compiling texinfo on gcc-3.0 systems. More
+specifically, it moves an #ifdef out of a printf macro in order to be
+compatible.
+</para>
+
+</sect2>
diff --git a/chapter05/texinfo.xml b/chapter05/texinfo.xml
index 0f58a279d..5a6448dba 100644
--- a/chapter05/texinfo.xml
+++ b/chapter05/texinfo.xml
@@ -7,6 +7,7 @@ Estimated disk space required: &texinfo-compsize-static;
</screen>
&c5-texinfo-inst;
+&c5-texinfo-exp;
&aa-texinfo-desc;
</sect1>