qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] qemu-coroutine.c: error: thread-local storage not suppo


From: Paolo Bonzini
Subject: Re: [Qemu-devel] qemu-coroutine.c: error: thread-local storage not supported for this target
Date: Fri, 23 Jan 2015 22:37:51 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0


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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]