qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] env in TLS


From: Johannes Schindelin
Subject: Re: [Qemu-devel] env in TLS
Date: Mon, 11 Oct 2004 14:18:58 +0200 (CEST)

Hi,

On Mon, 11 Oct 2004, Lennert Buytenhek wrote:

> int __thread xyzzy;
>
> int main()
> {
>       return 0;
> }
> address@hidden tmp]# gcc -Wall -o x x.c
> x.c:3: error: thread-local storage not supported for this target
> address@hidden tmp]#

How about detecting that in configure? This way, even older gcc's can be
supported (like HAVE_GCC3_OPTIONS)...

Ciao,
Dscho





reply via email to

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