diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-10 22:57:55 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-10 22:57:55 +0000 |
commit | b2d4656229fd2aa088bb1b10a889419cf9cd807c (patch) | |
tree | a73c151320c32f4f5901871a8e55b663d0b19024 /chapter05 | |
parent | 585ce086da5af7b8f3e33ae93c6b0aa128b51555 (diff) |
new gcc specs patch: gcc-3.2.3-specs-3.patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2550 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/gcc-pass2-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/gcc-pass2-inst.xml b/chapter05/gcc-pass2-inst.xml index 1ae4e3728..2b06c1ccd 100644 --- a/chapter05/gcc-pass2-inst.xml +++ b/chapter05/gcc-pass2-inst.xml @@ -3,7 +3,7 @@ <sect2> <title>Installation of GCC</title> -<para><screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-specs-2.patch +<para><screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-specs-3.patch patch -Np1 -i ../gcc-&gcc-version;-mmap_test.patch patch -Np1 -i ../gcc-&gcc-version;-no_fixincludes.patch</userinput></screen></para> |