From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KnJcl-0005FW-3P for qemu-devel@nongnu.org; Tue, 07 Oct 2008 16:57:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KnJck-0005Dp-6y for qemu-devel@nongnu.org; Tue, 07 Oct 2008 16:57:42 -0400 Received: from [199.232.76.173] (port=52772 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KnJcj-0005DQ-UX for qemu-devel@nongnu.org; Tue, 07 Oct 2008 16:57:42 -0400 Received: from mx2.redhat.com ([66.187.237.31]:44165) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KnJcj-0003eg-Ar for qemu-devel@nongnu.org; Tue, 07 Oct 2008 16:57:41 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id m97KveII030123 for ; Tue, 7 Oct 2008 16:57:40 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m97KveTW028293 for ; Tue, 7 Oct 2008 16:57:40 -0400 Received: from zweiblum.travel.kraxel.org (vpn-4-165.str.redhat.com [10.32.4.165]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id m97KvcGB010072 for ; Tue, 7 Oct 2008 16:57:39 -0400 Message-ID: <48EBCD42.2030200@redhat.com> Date: Tue, 07 Oct 2008 22:57:38 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] [patch] Add spare checker support to the build system References: <48EB2FDF.8030603@redhat.com> <48EBC073.2010501@codemonkey.ws> In-Reply-To: <48EBC073.2010501@codemonkey.ws> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi, > Also, to enable it by default, we need to think about how it interacts > with cross compilers and other versions of GCC other than the default gcc. Oh, cross builds are supposed to work just fine with sparse enabled. cheers, Gerd