Disable building libobjc with clang as it's not yet supported.

Submitted by:	Dimitry Andric <dimitry at andric.com>
This commit is contained in:
Rui Paulo 2010-07-22 18:49:27 +00:00
parent 3cc97e66ad
commit fcfec2f998
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=210385

View File

@ -13,6 +13,9 @@ SRCS= archive.c class.c encoding.c gc.c hash.c init.c linking.m misc.c \
nil_method.c NXConstStr.m Object.m objects.c Protocol.m sarray.c \
selector.c sendmsg.c thr.c thr-objc.c exception.c
# XXX: clang cannot compile libobjc yet
CC:=${CC:C/^cc|^clang/gcc/}
INCS= encoding.h hash.h objc-api.h objc-decls.h objc-list.h objc.h runtime.h \
sarray.h thr.h typedstream.h NXConstStr.h Object.h Protocol.h
INCSDIR=${INCLUDEDIR}/objc