Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Jul 2010 18:49:27 +0000 (UTC)
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r210385 - head/gnu/lib/libobjc
Message-ID:  <201007221849.o6MInR6Z031281@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rpaulo
Date: Thu Jul 22 18:49:27 2010
New Revision: 210385
URL: http://svn.freebsd.org/changeset/base/210385

Log:
  Disable building libobjc with clang as it's not yet supported.
  
  Submitted by:	Dimitry Andric <dimitry at andric.com>

Modified:
  head/gnu/lib/libobjc/Makefile

Modified: head/gnu/lib/libobjc/Makefile
==============================================================================
--- head/gnu/lib/libobjc/Makefile	Thu Jul 22 18:47:41 2010	(r210384)
+++ head/gnu/lib/libobjc/Makefile	Thu Jul 22 18:49:27 2010	(r210385)
@@ -13,6 +13,9 @@ SRCS=	archive.c class.c encoding.c gc.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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007221849.o6MInR6Z031281>