qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2 2/2] configure: Don't fall back to gthread co


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH v2 2/2] configure: Don't fall back to gthread coroutine backend
Date: Mon, 8 Apr 2013 12:58:49 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

On Thu, Mar 14, 2013 at 05:57:10PM +0000, Peter Maydell wrote:
> -block-obj-$(CONFIG_WIN32) += coroutine-win32.o

"win32"

> +block-obj-y += coroutine-$(CONFIG_COROUTINE_BACKEND).o

...backend name expanded into object file name...

> +if test "$coroutine" = ""; then
> +  if test "$mingw32" = "yes"; then
> +    coroutine=windows

"windows"

Please change "windows" to "win32" so the Windows build works.

Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]