Fix mingw depends host triplets

This commit is contained in:
root
2026-04-28 19:06:11 +00:00
parent 01c362dcbb
commit 44f1fb0435
2 changed files with 13 additions and 23 deletions
+7 -12
View File
@@ -2,22 +2,17 @@
# Distributed under the MIT software license, see the accompanying
# file COPYING or https://www.opensource.org/licenses/mit-license.php.
host_arch := x86_64
host_os := linux
host_arch := i686
host_os := mingw32
host_prefix := $(BASEDIR)/$(HOST)
build_prefix := $(BASEDIR)/build/$(BUILD)
x86_64_linux_host := $(BUILD)
x86_64_linux_prefix := $(host_prefix)
x86_64_linux_id_string := $(HOST)
i686_mingw32_host := $(HOST)
i686_mingw32_prefix := $(host_prefix)
i686_mingw32_id_string := $(HOST)
include hosts/default.mk
include hosts/linux.mk
include hosts/mingw32.mk
x86_64_linux_CC := gcc -m64
x86_64_linux_CXX := g++ -m64
x86_64_linux_AR := ar
x86_64_linux_RANLIB := ranlib
x86_64_linux_NM := nm
x86_64_linux_STRIP := strip
i686_mingw32_WINDRES := $(HOST)-windres