From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MhqY7-0006X0-9G for qemu-devel@nongnu.org; Sun, 30 Aug 2009 15:58:51 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MhqY2-0006Wo-LT for qemu-devel@nongnu.org; Sun, 30 Aug 2009 15:58:50 -0400 Received: from [199.232.76.173] (port=54056 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MhqY2-0006Wl-JO for qemu-devel@nongnu.org; Sun, 30 Aug 2009 15:58:46 -0400 Received: from mail.gmx.net ([213.165.64.20]:39960) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MhqY1-0002j8-SO for qemu-devel@nongnu.org; Sun, 30 Aug 2009 15:58:46 -0400 Message-ID: <63205DDDEAF84440904B9A5DDF41C958@FSCPC> From: "Sebastian Herbszt" References: In-Reply-To: Date: Sun, 30 Aug 2009 21:56:23 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="utf-8"; reply-type=original Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: OpenBSD/Sparc64 gcc doesn't know about __thread, so build breaks List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl , Gerd Hoffmann , qemu-devel Blue Swirl wrote: > Hi, > > I get this error on OpenBSD/Sparc64: > CC i386-softmmu/monitor.o > /src/qemu/monitor.c:3232: error: thread-local storage not supported > for this target > gmake[1]: *** [monitor.o] Error 1 Same on MinGW CC i386-softmmu/monitor.o /v0.11.0-rc0-564-g757506d/monitor.c:3232: error: thread-local storage not supported for this target make[1]: *** [monitor.o] Error 1 > Removing the offending __thread would fix the build. - Sebastian