diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2003-09-10 00:17:44 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2003-09-10 00:17:44 +0000 |
commit | 56029fbfe45458edd08c306b754a4fb1bb9a8468 (patch) | |
tree | d1e65677c76feb55adeea9070b7a29f89864e996 /chapter04 | |
parent | 645ddbabb6a21dadefca4f3d83e93b7cdae6daeb (diff) |
Removed installation of gcc 2.95.3 c++ compiler, added Zack's patch to fix the return-type problem
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2759 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter04')
-rw-r--r-- | chapter04/chapter04.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter04/chapter04.xml b/chapter04/chapter04.xml index 33999d581..5b5b5cea6 100644 --- a/chapter04/chapter04.xml +++ b/chapter04/chapter04.xml @@ -249,6 +249,12 @@ GCC No Fixincludes Patch: GCC Specs Patch: <ulink url="&http;/gcc-3.3.1-specs-1.patch"/> +GCC-2 Patch: +<ulink url="&http;/gcc-2.95.3-2.patch"/> + +GCC-2 Return-type Patch: +<ulink url="&http;/gcc-2.95.3-returntype-fix.patch"/> + Glibc Sscanf Patch: <ulink url="&http;/glibc-2.3.2-sscanf-1.patch"/> |