From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40849) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YB849-0005YR-VP for qemu-devel@nongnu.org; Tue, 13 Jan 2015 15:27:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YB846-00040u-NK for qemu-devel@nongnu.org; Tue, 13 Jan 2015 15:27:53 -0500 Received: from mx1.redhat.com ([209.132.183.28]:50276) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YB846-00040n-Fz for qemu-devel@nongnu.org; Tue, 13 Jan 2015 15:27:50 -0500 Message-ID: <54B57FB0.5020908@redhat.com> Date: Tue, 13 Jan 2015 21:27:28 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1421171537-19118-1-git-send-email-pbonzini@redhat.com> <1421171537-19118-2-git-send-email-pbonzini@redhat.com> <54B57691.4020007@redhat.com> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/8] tls: require compiler support for __thread List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Fam Zheng , QEMU Developers , Stefan Hajnoczi On 13/01/2015 21:00, Peter Maydell wrote: > Hmm. That's a chunk of users who are now going to have to > change the way they've been building QEMU. Does configure > at least blow up on the old gcc, or will we just silently > build a non-working QEMU? At least the build, if not configure, should blow up. Paolo