From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59639) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TbSg5-0001N0-3k for qemu-devel@nongnu.org; Thu, 22 Nov 2012 04:02:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TbSg4-00022F-1D for qemu-devel@nongnu.org; Thu, 22 Nov 2012 04:02:33 -0500 Received: from mx1.redhat.com ([209.132.183.28]:17424) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TbSg3-000229-P9 for qemu-devel@nongnu.org; Thu, 22 Nov 2012 04:02:31 -0500 Message-ID: <50ADE985.2020408@redhat.com> Date: Thu, 22 Nov 2012 09:59:49 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <50ACDE8F.5010507@siemens.com> <50ACE050.8050001@redhat.com> <50ACE564.9030204@siemens.com> <50ACE764.1070608@redhat.com> <50AD277A.8000904@weilnetz.de> In-Reply-To: <50AD277A.8000904@weilnetz.de> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] coroutine: Fix win32 variant for older mingw32 compilers List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: Kevin Wolf , Jan Kiszka , qemu-devel , Stefan Weil Il 21/11/2012 20:11, Stefan Weil ha scritto: > > Debian cross development is full of difficulties. Passing an extra > compiler option like -mthread is only one of these difficulties. > I updated http://wiki.qemu.org/Hosts/W32, so anybody who really > wants to run cross compilations on Debian can get more information > there. Thanks very much! Paolo