From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MEVz4-0002h7-6u for qemu-devel@nongnu.org; Wed, 10 Jun 2009 18:09:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MEVyz-0002fP-Ce for qemu-devel@nongnu.org; Wed, 10 Jun 2009 18:09:25 -0400 Received: from [199.232.76.173] (port=40341 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MEVyz-0002fG-0v for qemu-devel@nongnu.org; Wed, 10 Jun 2009 18:09:21 -0400 Received: from smtp-out.google.com ([216.239.33.17]:7831) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MEVyy-0008Nk-3N for qemu-devel@nongnu.org; Wed, 10 Jun 2009 18:09:20 -0400 Received: from spaceape11.eur.corp.google.com (spaceape11.eur.corp.google.com [172.28.16.145]) by smtp-out.google.com with ESMTP id n5AM9IEQ008855 for ; Wed, 10 Jun 2009 23:09:18 +0100 Received: from fxm3 (fxm3.prod.google.com [10.184.13.3]) by spaceape11.eur.corp.google.com with ESMTP id n5AM8kFN008851 for ; Wed, 10 Jun 2009 15:09:17 -0700 Received: by fxm3 with SMTP id 3so1321993fxm.26 for ; Wed, 10 Jun 2009 15:09:16 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <60cad3f0906100453y7a27dc2fhb1ea7d4c6f69e861@mail.gmail.com> <60cad3f0906101352o55dbb029i96989f52503e22a1@mail.gmail.com> Date: Thu, 11 Jun 2009 00:09:16 +0200 Message-ID: <60cad3f0906101509l15154a82g8e1d5dc7375dce3@mail.gmail.com> Subject: Re: [Qemu-devel] Re: [PATCH] Fix cygwin build and simplify feature detection in 'configure' script From: David Turner Content-Type: multipart/alternative; boundary=001636c5a82fea5da7046c05b95c List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: malc Cc: qemu-devel@nongnu.org --001636c5a82fea5da7046c05b95c Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On Wed, Jun 10, 2009 at 11:40 PM, malc wrote: > On Wed, 10 Jun 2009, David Turner wrote: > > Last time I needed to test QEMU on Windows I used cygwin and just > configured things with: ./configure [options] --cc='gcc -mno-cygwin' > and things just worked. > thanks malc, I believe the patch above should get rid of the need for the --cc='gcc -mno-cygwin' entirely and just auto-configure things. Looking at configure through 'git blame' shows that the "OS_CFLAGS=-mno-cygwin" line inside it is dated January 2007. So I presume that no one is really testing the mainline sources on Windows on a regular basis :-( --001636c5a82fea5da7046c05b95c Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Wed, Jun 10, 2009 at 11:40 PM, malc <av1474@comtv.ru> wrote:
On Wed, 10 Jun 2009, David Turner wrote:

Last time I needed to test QEMU on Windows I used cygwin and just
configured things with: ./configure [options] --cc=3D'gcc -mno-cygwin&#= 39;
and things just worked.

thanks malc, I believe the patch above should get rid= of the need for the --cc=3D'gcc -mno-cygwin' entirely and just aut= o-configure things.

Looking at configure through 'git blame'= shows that the "OS_CFLAGS=3D-mno-cygwin" line inside it is dated= January 2007.
So I presume that no one is really testing the mainline sources on Windows = on a regular basis :-(


--001636c5a82fea5da7046c05b95c--