diff options
author | cracauer <cracauer@FreeBSD.org> | 1998-09-09 10:21:12 +0000 |
---|---|---|
committer | cracauer <cracauer@FreeBSD.org> | 1998-09-09 10:21:12 +0000 |
commit | 40c6bdc10de8f3b44565a8410b334162ff7c23de (patch) | |
tree | 73aa16bb03e6ad0b335f350f5878c40005229abf /gnu | |
parent | d8f63404fcff597765d1e0c466b87fd9fbfc14c7 (diff) | |
download | FreeBSD-src-40c6bdc10de8f3b44565a8410b334162ff7c23de.zip FreeBSD-src-40c6bdc10de8f3b44565a8410b334162ff7c23de.tar.gz |
Document why the library is still not being build as shared.
PR: gnu/7811
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/lib/libobjc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/libobjc/Makefile b/gnu/lib/libobjc/Makefile index 2083d23..7822c6e 100644 --- a/gnu/lib/libobjc/Makefile +++ b/gnu/lib/libobjc/Makefile @@ -1,5 +1,5 @@ # Makefile for libobjc -# $Id$ +# $Id: Makefile,v 1.3 1997/02/22 15:43:02 peter Exp $ GCCDIR= ${.CURDIR}/../../../contrib/gcc @@ -7,7 +7,7 @@ GCCDIR= ${.CURDIR}/../../../contrib/gcc LIB= objc NOMAN= sorry -NOPIC= does not work +NOPIC= works but method lookup slowdown is significant SRCS= archive.c class.c encoding.c hash.c init.c misc.c \ my_objects.c sarray.c selector.c my_sendmsg.c \ |