diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-10-14 00:41:24 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-10-14 00:41:24 +0800 |
commit | c1075dd8e2f6319956353b9a65861233b0c6875f (patch) | |
tree | 396d81b6ea288b2a4d8dc05683450a1e46886324 /lang/Makefile | |
parent | 7867ac00444b7d44e175e63daa6c68a4a23b8e59 (diff) | |
download | freebsd-ports-gnome-c1075dd8e2f6319956353b9a65861233b0c6875f.tar.gz freebsd-ports-gnome-c1075dd8e2f6319956353b9a65861233b0c6875f.tar.zst freebsd-ports-gnome-c1075dd8e2f6319956353b9a65861233b0c6875f.zip |
Replacement for the GNU Objective-C runtime supporting the features
of Objective-C 2 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.
Submitted by: Pete French
Reviewed by: dinoex
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index f85117d217ad..46173feb97c6 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -150,6 +150,7 @@ SUBDIR += ldc-devel SUBDIR += libhx SUBDIR += libjit + SUBDIR += libobjc2 SUBDIR += librep SUBDIR += libstdc++_stldoc_3.4.0 SUBDIR += libstdc++_stldoc_4.2.2 |