No longer leak FDs on VT switch.
[xserver.git] / .gitlab-ci / cross-i686-w64-mingw32.txt
blob1c04f65476e74903bf65c471e08a5dd57caa9ae1
1 [binaries]
2 c = 'i686-w64-mingw32-gcc'
3 cpp = 'i686-w64-mingw32-g++'
4 ar = 'i686-w64-mingw32-ar'
5 strip = 'i686-w64-mingw32-strip'
6 pkgconfig = '/usr/local/bin/i686-w64-mingw32-pkg-config'
7 windres = 'i686-w64-mingw32-windres'
8 exe_wrapper = 'wine'
10 [properties]
11 # Directory that contains 'bin', 'lib', etc for the toolchain
12 root = '/usr/i686-w64-mingw32'
13 # Directory that contains 'bin', 'lib', etc which have been cross-compiled
14 sys_root = '/usr/i686-w64-mingw32'
16 [host_machine]
17 system = 'windows'
18 cpu_family = 'x86'
19 cpu = 'i686'
20 endian = 'little'