mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Remove instructions for gcc patches.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@469 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
830129d4bf
commit
3c33b8790c
1 changed files with 1 additions and 18 deletions
|
@ -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 <tiggr@@es.ele.tue.nl>).
|
||||
@file{gcc-dynamic.patch} adds some support that helps with dynamic
|
||||
linking (thanks to Adam Fedor <fedor@@boulder.colorado.edu>).
|
||||
|
||||
@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
|
||||
|
|
Loading…
Reference in a new issue