summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
Diffstat (limited to 'cross')
-rw-r--r--cross/i686-w64-mingw32.txt17
-rw-r--r--cross/x86_64-w64-mingw32.txt1
2 files changed, 18 insertions, 0 deletions
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'