diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-10-07 04:33:47 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-10-07 04:33:47 +0000 |
commit | 4e010de526765be098f8013a9c81bfbd0738dfab (patch) | |
tree | 69ce56880da9f87a6c82b15ce93b42db6a953e57 /chapter04 | |
parent | ee9c1597ca7ca09fdb09050b6148e77ede79aa0f (diff) |
Switch to gcc-core and gcc-g++. Change '&' to '&'
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2168 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter04')
-rw-r--r-- | chapter04/gcc.xml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/chapter04/gcc.xml b/chapter04/gcc.xml index 84f9d9ca6..59b15653f 100644 --- a/chapter04/gcc.xml +++ b/chapter04/gcc.xml @@ -1,3 +1,7 @@ -GCC (&gcc-version;) - &gcc-size;: -<ulink url="&ftp;/gcc-&gcc-version;.tar.bz2"/> -<ulink url="&http;/gcc-&gcc-version;.tar.bz2"/> +GCC-core (&gcc-version;) - &gcc-core-size;: +<ulink url="&ftp;/gcc-core-&gcc-version;.tar.bz2"/> +<ulink url="&http;/gcc-core-&gcc-version;.tar.bz2"/> + +GCC-g++ (&gcc-version;) - &gcc-g-size;: +<ulink url="&ftp;/gcc-g++-&gcc-version;.tar.bz2"/> +<ulink url="&http;/gcc-g++-&gcc-version;.tar.bz2"/> |