Merge commit 'e41daa62465036ad36ad0bd14e4936e848d7f07e'
* commit 'e41daa62465036ad36ad0bd14e4936e848d7f07e': Remove support for building for mingw32ce (Windows CE) Merged-by: James Almer <jamrial@gmail.com>
This commit is contained in:
8
configure
vendored
8
configure
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user