diff options
| author | 2024-10-21 19:22:50 -0400 | |
|---|---|---|
| committer | 2024-10-21 19:22:50 -0400 | |
| commit | 60b4ebfbf3be78dba9dc7c65ab2bdaa0b218c0c2 (patch) | |
| tree | 08ff2ce7975f523112e7ad2fe4f797b4fc7db5de /cross | |
| parent | 2f9a0945bfeee3296cec3d38d094e4c49f9cb65f (diff) | |
| download | camu-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.txt | 17 | ||||
| -rw-r--r-- | cross/x86_64-w64-mingw32.txt | 1 |
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' |