configure: Use *-windows instead of *-windows-gnu as fallback cross compiler target.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Jacek Caban 2020-07-31 16:45:28 +02:00 committed by Alexandre Julliard
parent 1e074c39f6
commit 0b801a4215
2 changed files with 4 additions and 4 deletions

4
configure vendored
View File

@ -9885,8 +9885,8 @@ $as_echo "$wine_cv_crosscc" >&6; }
if test -z "$llvm_target"
then
case $host_cpu in
*i[3456789]86*) llvm_target=i686-windows-gnu ;;
*) llvm_target=$host_cpu-windows-gnu ;;
*i[3456789]86*) llvm_target=i686-windows ;;
*) llvm_target=$host_cpu-windows ;;
esac
fi
case $llvm_target in

View File

@ -1060,8 +1060,8 @@ then
if test -z "$llvm_target"
then
case $host_cpu in
*i[[3456789]]86*) llvm_target=i686-windows-gnu ;;
*) llvm_target=$host_cpu-windows-gnu ;;
*i[[3456789]]86*) llvm_target=i686-windows ;;
*) llvm_target=$host_cpu-windows ;;
esac
fi
case $llvm_target in