From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FYaWW-0002tC-9d for qemu-devel@nongnu.org; Tue, 25 Apr 2006 23:17:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FYaWU-0002rR-GD for qemu-devel@nongnu.org; Tue, 25 Apr 2006 23:17:03 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FYaWU-0002rH-7X for qemu-devel@nongnu.org; Tue, 25 Apr 2006 23:17:02 -0400 Received: from [209.234.73.39] (helo=narn.hozed.org) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FYaZ5-0007Ne-8S for qemu-devel@nongnu.org; Tue, 25 Apr 2006 23:19:43 -0400 Date: Tue, 25 Apr 2006 22:17:00 -0500 From: Troy Benjegerdes Subject: Re: [Qemu-devel] gnu-c99-math.h file Message-ID: <20060426031659.GV15855@narn.hozed.org> References: <444ED531.8020707@cnpbagwell.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline In-Reply-To: <444ED531.8020707@cnpbagwell.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 Tue, Apr 25, 2006 at 09:04:33PM -0500, Chris Bagwell wrote: > I just upgraded to current CVS to get all the changes submitted today. > The solaris port commits seems to have added a #include "gnu-c99-math.h" > file to fpu/softfloat-native.h. > > This file doesn't exist on my Fedora Core 5 system with gcc32 installed > for compatibility. The mailing archive mentions something about this > missing file being a custom file for the solaris port. Should that file > only be referenced under solaris? > > Qemu appears to compile fine on linux if I just comment that line out. The same issue occurs on Debian as well.