Commit 0b801a42 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

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

parent 1e074c39
......@@ -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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment