From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GzZ4q-0002v0-Af for qemu-devel@nongnu.org; Wed, 27 Dec 2006 08:44:16 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GzZ4o-0002s9-NF for qemu-devel@nongnu.org; Wed, 27 Dec 2006 08:44:15 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GzZ4o-0002ro-HA for qemu-devel@nongnu.org; Wed, 27 Dec 2006 08:44:14 -0500 Received: from [66.249.92.174] (helo=ug-out-1314.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GzZ4n-0008JL-U7 for qemu-devel@nongnu.org; Wed, 27 Dec 2006 08:44:14 -0500 Received: by ug-out-1314.google.com with SMTP id j40so3692808ugd for ; Wed, 27 Dec 2006 05:44:13 -0800 (PST) Message-ID: <6c3f5e6c0612270544i6956b7f9ld9db0713a2301494@mail.gmail.com> Date: Wed, 27 Dec 2006 08:44:12 -0500 From: "Andrew Parker" Sender: gbofspam@gmail.com Subject: Re: [Qemu-devel] [PATCH] FC6 compat compiler fix In-Reply-To: <45796DB4.9050005@windriver.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <45796DB4.9050005@windriver.com> 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 12/8/06, 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. Don't know if compiler.h is needed or not, but I got it to compile using ./configure "--cc=gcc34 -I/usr/src/kernels/$(uname -r)-$(uname -p)/include"