From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MEW7P-0004ha-VX for qemu-devel@nongnu.org; Wed, 10 Jun 2009 18:18:03 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MEW7K-0004gg-PH for qemu-devel@nongnu.org; Wed, 10 Jun 2009 18:18:02 -0400 Received: from [199.232.76.173] (port=52266 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MEW7K-0004gd-H9 for qemu-devel@nongnu.org; Wed, 10 Jun 2009 18:17:58 -0400 Received: from mail-ew0-f213.google.com ([209.85.219.213]:62467) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MEW7K-0001AX-7t for qemu-devel@nongnu.org; Wed, 10 Jun 2009 18:17:58 -0400 Received: by ewy9 with SMTP id 9so1133315ewy.34 for ; Wed, 10 Jun 2009 15:17:57 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <60cad3f0906101509l15154a82g8e1d5dc7375dce3@mail.gmail.com> References: <60cad3f0906100453y7a27dc2fhb1ea7d4c6f69e861@mail.gmail.com> <60cad3f0906101352o55dbb029i96989f52503e22a1@mail.gmail.com> <60cad3f0906101509l15154a82g8e1d5dc7375dce3@mail.gmail.com> Date: Thu, 11 Jun 2009 00:17:56 +0200 Message-ID: <5b31733c0906101517j543c3c14o1cf3ab2b491ca56d@mail.gmail.com> Subject: Re: [Qemu-devel] Re: [PATCH] Fix cygwin build and simplify feature detection in 'configure' script From: Filip Navara Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Turner Cc: qemu-devel@nongnu.org On Thu, Jun 11, 2009 at 12:09 AM, David Turner wrote: [snip] > 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 :-( Wrong presumption. :-) Using MSYS+MinGW here. F.