3bec8741ff
Update dependent packages with more recent releases. Remove old and bit-rotted ones. Switch to using clang 3.3 and libobjc2 1.7 by default, so modern Objective-C features work out of the box and remove a lot of configurable options for sub-optimal (and, often, unsupported / deprecated upstream) configurations. Take maintainership of GNUstep-related ports. Several of the ports left in have scary warnings which mean that they are likely broken in lots of cases. Future commits will fix them. Approved by: bapt
10 lines
508 B
Text
10 lines
508 B
Text
Replacement for the GNU Objective-C runtime supporting the features
|
|
of modern dialects of Objective-C for use with GNUstep and other Objective-C
|
|
programs.
|
|
|
|
This runtime is based on the Etoile Objective-C Runtime, an earlier
|
|
research prototype, and includes support for non-fragile instance
|
|
variables, type-dependent dispatch, and object planes. It is fully
|
|
compatible with the FSF's GCC Objective-C ABI and also implements
|
|
a new ABI that is supported by Clang and is required for some of
|
|
the newer features.
|