We *need* the pic libobjc library for amd64. It is needed for ia64 as

well, but I'll let Marcel decide whether he wants to build a .so or not.

Without this, building certain ports that use objc have fatal errors.
This commit is contained in:
Peter Wemm 2004-09-29 23:42:44 +00:00
parent 009b028629
commit 36716fe25b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=135944

View File

@ -7,7 +7,12 @@ GCCDIR= ${.CURDIR}/../../../contrib/gcc
LIB= objc
NOMAN= sorry
.if ${MACHINE_ARCH} == "amd64"
SHLIB_MAJOR= 1
.else
# XXX is this still correct?
NOPIC= works but method lookup slowdown is significant
.endif
SRCS= archive.c class.c encoding.c gc.c hash.c init.c misc.c \
nil_method.c objects.c sarray.c selector.c sendmsg.c \