From 60b4ebfbf3be78dba9dc7c65ab2bdaa0b218c0c2 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Mon, 21 Oct 2024 19:22:50 -0400 Subject: Everything before initial synced list Signed-off-by: Andrew Opalach --- cross/i686-w64-mingw32.txt | 17 +++++++++++++++++ cross/x86_64-w64-mingw32.txt | 1 + 2 files changed, 18 insertions(+) create mode 100644 cross/i686-w64-mingw32.txt (limited to 'cross') diff --git a/cross/i686-w64-mingw32.txt b/cross/i686-w64-mingw32.txt new file mode 100644 index 0000000..3e2392f --- /dev/null +++ b/cross/i686-w64-mingw32.txt @@ -0,0 +1,17 @@ +[binaries] +c = 'i686-w64-mingw32-gcc' +cpp = 'i686-w64-mingw32-g++' +ar = 'i686-w64-mingw32-gcc-ar' +strip = 'i686-w64-mingw32-strip' +exe_wrapper = 'wine' + +[properties] +nm = 'i686-w64-mingw32-gcc-nm' +ar = 'i686-w64-mingw32-gcc-ar' +needs_exe_wrapper = true + +[host_machine] +system = 'windows' +cpu_family = 'x86' +cpu = 'x86' +endian = 'little' diff --git a/cross/x86_64-w64-mingw32.txt b/cross/x86_64-w64-mingw32.txt index 5aeeadd..55fc1e6 100644 --- a/cross/x86_64-w64-mingw32.txt +++ b/cross/x86_64-w64-mingw32.txt @@ -10,6 +10,7 @@ exe_wrapper = 'wine64' [properties] nm = 'x86_64-w64-mingw32-gcc-nm' ar = 'x86_64-w64-mingw32-gcc-ar' +needs_exe_wrapper = true [host_machine] system = 'windows' -- cgit v1.2.3-101-g0448