diff options
author | Randy McMurchy <randy@linuxfromscratch.org> | 2008-10-13 13:32:41 +0000 |
---|---|---|
committer | Randy McMurchy <randy@linuxfromscratch.org> | 2008-10-13 13:32:41 +0000 |
commit | c49647b10ac25ec57bb0f956f92cf3f36995aa47 (patch) | |
tree | 731778127ad7db646e7a8fdcea98b7576a8e3d0d /chapter05/chapter05.xml | |
parent | ef31c67389f768ca9a632fa0017ccc741a9da72e (diff) |
Modified the Chapter 5 instructions so that instead of building the GMP and MPFR packages separately for GCC Pass2, they are built by GCC internally
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8661 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/chapter05.xml')
-rw-r--r-- | chapter05/chapter05.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/chapter05.xml b/chapter05/chapter05.xml index 9afe0c18b..76250d2b8 100644 --- a/chapter05/chapter05.xml +++ b/chapter05/chapter05.xml @@ -22,8 +22,8 @@ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="tcl.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="expect.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="dejagnu.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gmp.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mpfr.xml"/> + <!-- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gmp.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mpfr.xml"/> --> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gcc-pass2.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="binutils-pass2.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ncurses.xml"/> |