From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FYej2-0001tv-4c for qemu-devel@nongnu.org; Wed, 26 Apr 2006 03:46:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FYeix-0001t5-MG for qemu-devel@nongnu.org; Wed, 26 Apr 2006 03:46:14 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FYeix-0001t2-I4 for qemu-devel@nongnu.org; Wed, 26 Apr 2006 03:46:11 -0400 Received: from [68.230.240.35] (helo=eastrmmtao04.cox.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FYelZ-00032Y-Ij for qemu-devel@nongnu.org; Wed, 26 Apr 2006 03:48:54 -0400 Received: from eastrmwml05.mgt.cox.net ([172.18.52.68]) by eastrmmtao04.cox.net (InterMail vM.6.01.06.01 201-2131-130-101-20060113) with ESMTP id <20060426074605.LDMD9931.eastrmmtao04.cox.net@eastrmwml05.mgt.cox.net> for ; Wed, 26 Apr 2006 03:46:05 -0400 Message-ID: <14054941.1146037565925.JavaMail.root@eastrmwml05.mgt.cox.net> Date: Wed, 26 Apr 2006 3:46:05 -0400 From: Ben Taylor Subject: Re: [Qemu-devel] [PATCH] fpu/softfloat-native.h incorrectly includes missing header (gnu-c99-math.h) in latest CVS MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Reply-To: sol10x86@cox.net, 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 ---- Damien Mascord wrote: > Hi, > > Seems as though a missing header is being included in this file. > > Removing it enables qemu to compile cleanly, but is not the correct fix. I have reposted the missing file (for Solaris users) and the fix to fpu/softfloat-native.h to isolate that file for Solaris only. Ben