From 25deaf88aca5d4341e7a2d286ec7486522455d77 Mon Sep 17 00:00:00 2001 From: mccallum Date: Thu, 29 Jun 1995 02:16:57 +0000 Subject: [PATCH] Remove instructions for gcc patches. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@469 72102866-910b-0410-8b05-ffd578937521 --- Documentation/install.texi | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/Documentation/install.texi b/Documentation/install.texi index 585ef9895..41f465af4 100644 --- a/Documentation/install.texi +++ b/Documentation/install.texi @@ -19,24 +19,7 @@ To compile and install @samp{libobjects}: @item Install @samp{gcc}. The library requires gcc version -@value{OBJECTS_GCC_VERSION} or later. Before building @samp{gcc} you -must apply three patches that come with libobjects. -@file{gcc-class.patch} makes the @code{Class} type compatible with -NEXTSTEP. @file{gcc-string.patch} adds @@""-style constant strings to -gcc (thanks to Pieter Schoenmakers ). -@file{gcc-dynamic.patch} adds some support that helps with dynamic -linking (thanks to Adam Fedor ). - -@example -cd gcc-2.6.3/objc -patch < ../../libobjects-@value{OBJECTS_VERSION}/gcc-class.patch -cd .. -patch -p1 < ../libobjects-@value{OBJECTS_VERSION}/gcc-string.patch -cd objc -patch < ../../libobjects-@value{OBJECTS_VERSION}/gcc-dynamic.patch -@end example - -The patches have not changed since release of libobjects version 0.1.9. +@value{OBJECTS_GCC_VERSION} or later. @item Configure the package for your system. In the directory that this file