diff options
author | Zack Winkles <winkie@linuxfromscratch.org> | 2004-07-02 19:25:33 +0000 |
---|---|---|
committer | Zack Winkles <winkie@linuxfromscratch.org> | 2004-07-02 19:25:33 +0000 |
commit | e07596793b3ff9ac8d1ef86a8418b1fafe607097 (patch) | |
tree | 4ea113d0632fec43dc4ffcacd191861d8850cbc0 /chapter06/gcc.xml | |
parent | 0141195315ac4db7dd3de04c8f9b8d3728aa0090 (diff) |
Upgraded to GCC 3.4.1
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3876 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gcc.xml')
-rw-r--r-- | chapter06/gcc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index f1f5bbccd..218286a6d 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -44,7 +44,7 @@ compilers. Instructions for building these can be found at <para>First apply only the No-Fixincludes patch (and <emphasis>not</emphasis> the Specs patch) also used in the previous chapter:</para> -<screen><userinput>patch -Np1 -i ../gcc-&gcc-short-version;-no_fixincludes-1.patch</userinput></screen> +<screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-no_fixincludes-1.patch</userinput></screen> <para>Now apply a sed substitution that will suppress the installation of <filename class="libraryfile">libiberty.a</filename>. We want to use the version of |