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:
parent
009b028629
commit
36716fe25b
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user