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: Sat, 24 Jan 2015 14:59:03 -0500 (EST)

The lack of emulated TLS on 10.6 is the consequence of a political choice, though. GCC 4.3 was released long before Snow Leopard, but users are stuck with 4.2.1 because of the license.

Paolo


-----Original Message-----
From: Peter Maydell address@hidden
Received: sabato, 24 gen 2015, 20:33
To: Paolo Bonzini address@hidden
CC: Programmingkid address@hidden; Kevin Wolf address@hidden; qemu-devel qemu-devel address@hidden
Subject: Re: [Qemu-devel] qemu-coroutine.c: error: thread-local storage not supported for this target


On 24 January 2015 at 18:54, Paolo Bonzini <address@hidden> wrote:
> Note that GCC 4.3 was released almost seven years ago; we've been
> requiring it on Windows for three years (commit 00dccaf, coroutine:
> introduce coroutines, 2011-01-17), and no one has ever complained.
>
> Apple is not providing it for Mac OS X 10.6.x only because of political
> reasons.  Complain to them, not to the QEMU project.

Apple's not providing it on 10.6.x because 10.6.x is obsolete
as far as Apple is concerned. Supported versions of OSX use
clang, which has support for __thread. Missing __thread
support is an "old platform" thing, not a political GPL thing.

-- PMM

reply via email to

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