From: Paolo Bonzini <pbonzini@redhat.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PULL 3/4] configure: remove Cygwin
Date: Mon, 20 Mar 2017 17:04:45 +0100 [thread overview]
Message-ID: <20170320160446.14643-4-pbonzini@redhat.com> (raw)
In-Reply-To: <20170320160446.14643-1-pbonzini@redhat.com>
The Cygwin target is really compiling for native Win32 with -mno-cygwin.
Except, GCC 4.7.0 has finally removed the long deprecated -mno-cygwin
option, and that happened about five years ago.
Let it rest in peace.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
bsd-user/mmap.c | 5 -----
configure | 6 ------
2 files changed, 11 deletions(-)
diff --git a/bsd-user/mmap.c b/bsd-user/mmap.c
index ee59073..1ad018a 100644
--- a/bsd-user/mmap.c
+++ b/bsd-user/mmap.c
@@ -199,12 +199,7 @@ static int mmap_frag(abi_ulong real_start,
return 0;
}
-#if defined(__CYGWIN__)
-/* Cygwin doesn't have a whole lot of address space. */
-static abi_ulong mmap_next_start = 0x18000000;
-#else
static abi_ulong mmap_next_start = 0x40000000;
-#endif
unsigned long last_brk;
diff --git a/configure b/configure
index 99d8bec..b9a30cf 100755
--- a/configure
+++ b/configure
@@ -553,12 +553,6 @@ fi
HOST_VARIANT_DIR=""
case $targetos in
-CYGWIN*)
- mingw32="yes"
- QEMU_CFLAGS="-mno-cygwin $QEMU_CFLAGS"
- audio_possible_drivers="sdl"
- audio_drv_list="sdl"
-;;
MINGW32*)
mingw32="yes"
hax="yes"
--
2.9.3
next prev parent reply other threads:[~2017-03-20 16:05 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-20 16:04 [Qemu-devel] [PULL 0/4] Misc fixes for 2.9.0-rc1 Paolo Bonzini
2017-03-20 16:04 ` [Qemu-devel] [PULL 1/4] qemu-ga: obey LISTEN_PID when using systemd socket activation Paolo Bonzini
2017-03-20 16:04 ` [Qemu-devel] [PULL 2/4] xen: do not build backends for targets that do not support xen Paolo Bonzini
2017-03-20 16:04 ` Paolo Bonzini [this message]
2017-03-20 16:04 ` [Qemu-devel] [PULL 4/4] hax: fix breakage in locking Paolo Bonzini
2017-03-20 17:08 ` [Qemu-devel] [PULL 0/4] Misc fixes for 2.9.0-rc1 Peter Maydell
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=20170320160446.14643-4-pbonzini@redhat.com \
--to=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
/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).