summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-11-11 10:22:11 -0300
committerJames Almer <jamrial@gmail.com>2017-11-11 10:22:11 -0300
commitf87ad3a058bfee786e942106c5c3450c02a66d48 (patch)
treeffba88e386e67353bbcecf0f3050439052fd1a8f /configure
parent7e76e1ea80052ee95ef33d5341b9251b90766c9c (diff)
parente41daa62465036ad36ad0bd14e4936e848d7f07e (diff)
Merge commit 'e41daa62465036ad36ad0bd14e4936e848d7f07e'
* commit 'e41daa62465036ad36ad0bd14e4936e848d7f07e': Remove support for building for mingw32ce (Windows CE) Merged-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 1 insertions, 7 deletions
diff --git a/configure b/configure
index 2cf18ecc12..50443c0401 100755
--- a/configure
+++ b/configure
@@ -5033,16 +5033,10 @@ case $target_os in
die "Native MSYS builds are discouraged, please use the MINGW environment."
;;
mingw32*|mingw64*)
- if test $target_os = "mingw32ce"; then
- disable network
- else
- target_os=mingw32
- fi
+ target_os=mingw32
LIBTARGET=i386
if enabled x86_64; then
LIBTARGET="i386:x86-64"
- elif enabled arm; then
- LIBTARGET=arm-wince
fi
enabled shared && ! enabled small && check_cmd $windres --version && enable gnu_windres
enabled x86_32 && check_ldflags -Wl,--large-address-aware