summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2024-10-21 19:22:50 -0400
committerAndrew Opalach <andrew@akon.city> 2024-10-21 19:22:50 -0400
commit60b4ebfbf3be78dba9dc7c65ab2bdaa0b218c0c2 (patch)
tree08ff2ce7975f523112e7ad2fe4f797b4fc7db5de /cross
parent2f9a0945bfeee3296cec3d38d094e4c49f9cb65f (diff)
downloadcamu-60b4ebfbf3be78dba9dc7c65ab2bdaa0b218c0c2.tar.gz
camu-60b4ebfbf3be78dba9dc7c65ab2bdaa0b218c0c2.tar.bz2
camu-60b4ebfbf3be78dba9dc7c65ab2bdaa0b218c0c2.zip
Everything before initial synced list
Signed-off-by: Andrew Opalach <andrew@akon.city>
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'