From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50911) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YElvW-0002vb-CI for qemu-devel@nongnu.org; Fri, 23 Jan 2015 16:38:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YElvT-0006q9-4y for qemu-devel@nongnu.org; Fri, 23 Jan 2015 16:38:02 -0500 Received: from mx1.redhat.com ([209.132.183.28]:39856) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YElvS-0006pz-Ta for qemu-devel@nongnu.org; Fri, 23 Jan 2015 16:37:59 -0500 Message-ID: <54C2BF2F.7040208@redhat.com> Date: Fri, 23 Jan 2015 22:37:51 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <4CA1A9CB-10A5-4CC9-BC96-7402E4DD78CA@gmail.com> <54C2B00D.7030307@redhat.com> <54C2B547.5010801@redhat.com> <3B3F06B4-5633-4CC7-9A32-8D2B244D0ED6@gmail.com> In-Reply-To: <3B3F06B4-5633-4CC7-9A32-8D2B244D0ED6@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] qemu-coroutine.c: error: thread-local storage not supported for this target List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Programmingkid Cc: Kevin Wolf , qemu-devel qemu-devel On 23/01/2015 22:33, Programmingkid wrote: > > Use clang then. > > Could you provide directions on how you want me to do this? In the configure options, this was all I found: > --objcc=OBJCC use Objective-C compiler OBJCC [clang] ./configure --cc=clang --cxx=clang++ But QEMU uses "cc" and "c++" by default, not "gcc" and "g++", and on Mac OS X "cc" and "c++" should be clang. So "./configure" should just work. Paolo