From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GtAcw-0004dp-2M for qemu-devel@nongnu.org; Sat, 09 Dec 2006 17:25:02 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GtAcu-0004ab-9b for qemu-devel@nongnu.org; Sat, 09 Dec 2006 17:25:01 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GtAcu-0004aM-3y for qemu-devel@nongnu.org; Sat, 09 Dec 2006 17:25:00 -0500 Received: from [213.146.154.40] (helo=pentafluge.infradead.org) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GtAct-0005o8-Qw for qemu-devel@nongnu.org; Sat, 09 Dec 2006 17:25:00 -0500 Received: from pmac.infradead.org ([81.187.2.168]) by pentafluge.infradead.org with esmtpsa (Exim 4.63 #1 (Red Hat Linux)) id 1GtAcq-0000Kl-Lx for qemu-devel@nongnu.org; Sat, 09 Dec 2006 22:24:57 +0000 Subject: Re: [Qemu-devel] [PATCH] FC6 compat compiler fix From: David Woodhouse In-Reply-To: <45796DB4.9050005@windriver.com> References: <45796DB4.9050005@windriver.com> Content-Type: text/plain Date: Sat, 09 Dec 2006 22:24:52 +0000 Message-Id: <1165703092.5253.458.camel@pmac.infradead.org> Mime-Version: 1.0 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 On Fri, 2006-12-08 at 07:50 -0600, Jason Wessel wrote: > When using the gcc34 compiler in FC6 QEMU will not build. It seems that > linux/compiler.h is not actually used for anything, as it continues to > build fine on other linux varients. This isn't special to FC6 -- this applies to _all_ distributions which are correctly using the headers exported from the kernel. -- dwmw2