From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MhQzk-0005bl-Tm for qemu-devel@nongnu.org; Sat, 29 Aug 2009 12:41:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MhQzj-0005bZ-C7 for qemu-devel@nongnu.org; Sat, 29 Aug 2009 12:41:39 -0400 Received: from [199.232.76.173] (port=42479 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MhQzj-0005bQ-6o for qemu-devel@nongnu.org; Sat, 29 Aug 2009 12:41:39 -0400 Received: from mx20.gnu.org ([199.232.41.8]:7419) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MhQzi-0001Ym-MY for qemu-devel@nongnu.org; Sat, 29 Aug 2009 12:41:38 -0400 Received: from ey-out-1920.google.com ([74.125.78.148]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MhQzh-0006I8-Sm for qemu-devel@nongnu.org; Sat, 29 Aug 2009 12:41:38 -0400 Received: by ey-out-1920.google.com with SMTP id 13so629364eye.14 for ; Sat, 29 Aug 2009 09:41:36 -0700 (PDT) MIME-Version: 1.0 From: Blue Swirl Date: Sat, 29 Aug 2009 19:41:16 +0300 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: [Qemu-devel] 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: Gerd Hoffmann , qemu-devel 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 Removing the offending __thread would fix the build.