• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[host_machine]
2system = 'windows'
3cpu_family = 'x86_64'
4cpu = 'x86_64'
5endian = 'little'
6
7[properties]
8c_args = []
9c_link_args = ['-static-libgcc', '-Wl,-Bstatic', '-lpthread']
10cpp_args = []
11cpp_link_args = ['-static-libgcc', '-static-libstdc++', '-Wl,-Bstatic', '-lpthread']
12
13[binaries]
14c = 'x86_64-w64-mingw32-gcc'
15cpp = 'x86_64-w64-mingw32-g++'
16ar = 'x86_64-w64-mingw32-ar'
17ld = 'x86_64-w64-mingw32-ld'
18objcopy = 'x86_64-w64-mingw32-objcopy'
19strip = 'x86_64-w64-mingw32-strip'
20windres = 'x86_64-w64-mingw32-windres'
21