From a0994c108710c443c1ee09042bae3daea69588bb Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Fri, 20 Jul 2001 01:51:07 +0000 Subject: Initial commit git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@817 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/gcc-exp.xml | 7 +++++++ chapter05/texinfo-exp.xml | 11 +++++++++++ chapter05/texinfo.xml | 1 + 3 files changed, 19 insertions(+) create mode 100644 chapter05/texinfo-exp.xml (limited to 'chapter05') 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 @@ -1,6 +1,13 @@ Command explanations + +patch -Np1 -i ../gcc-3.0.patch: 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. + + --enable-languages=c,c++: This only builds the C and C++ compilers and not the other available compilers as they are, on 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 @@ + +Command explanations + + +patch -Np1 -i ../texinfo-4.0.patch: 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. + + + 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; &c5-texinfo-inst; +&c5-texinfo-exp; &aa-texinfo-desc; -- cgit v1.2.3-54-g00ecf