Use Mingw64 toolchain also for 32bit

This commit is contained in:
deadwood 2020-12-18 13:54:23 +01:00
parent 37a226dc73
commit da0fa5b67e
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -9527,7 +9527,7 @@ fi
aros_nominal_depth=8
gcc_target_cpu="i386"
kernel_tool_prefix="i386-mingw32-"
kernel_tool_prefix="i686-w64-mingw32-"
;;
*x86_64*)
aros_target_cpu="x86_64"

View File

@ -1890,7 +1890,7 @@ case "$target_os" in
aros_nominal_depth=8
gcc_target_cpu="i386"
kernel_tool_prefix="i386-mingw32-"
kernel_tool_prefix="i686-w64-mingw32-"
;;
*x86_64*)
aros_target_cpu="x86_64"