From: Paolo Bonzini <pbonzini@redhat.com>
To: qemu-devel@nongnu.org
Cc: sw@weilnetz.de
Subject: [Qemu-devel] [PATCH 1.5 v2 3/3] win32: generate console executable again
Date: Wed, 24 Apr 2013 22:59:54 +0200 [thread overview]
Message-ID: <1366837194-28601-4-git-send-email-pbonzini@redhat.com> (raw)
In-Reply-To: <1366837194-28601-1-git-send-email-pbonzini@redhat.com>
The -mwindows option is not anymore in LIBS at this point of the Makefile,
it is only in libs_softmmu. Check the right variable.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
Makefile.target | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.target b/Makefile.target
index 2636103..3e8670c 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -18,7 +18,7 @@ ifdef CONFIG_USER_ONLY
QEMU_PROG=qemu-$(TARGET_ARCH2)
else
# system emulator name
-ifneq (,$(findstring -mwindows,$(LIBS)))
+ifneq (,$(findstring -mwindows,$(libs_softmmu)))
# Terminate program name with a 'w' because the linker builds a windows executable.
QEMU_PROGW=qemu-system-$(TARGET_ARCH2)w$(EXESUF)
endif # windows executable
--
1.8.2
next prev parent reply other threads:[~2013-04-24 21:00 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-24 20:59 [Qemu-devel] [PATCH 1.5 v2 0/3] fix win32 compilation Paolo Bonzini
2013-04-24 20:59 ` [Qemu-devel] [PATCH 1.5 v2 1/3] add missing inclusions of config-host.h Paolo Bonzini
2013-04-24 20:59 ` [Qemu-devel] [PATCH 1.5 v2 2/3] win32: add readv/writev emulation Paolo Bonzini
2013-04-24 20:59 ` Paolo Bonzini [this message]
2013-04-26 19:38 ` [Qemu-devel] [PATCH 1.5 v2 0/3] fix win32 compilation Blue Swirl
2013-04-26 22:21 ` Paolo Bonzini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1366837194-28601-4-git-send-email-pbonzini@redhat.com \
--to=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=sw@weilnetz.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).