Imported Upstream version 2.73.3
[platform/upstream/glib.git] / .gitlab-ci / cross_file_mingw64.txt
1 [host_machine]
2 system = 'windows'
3 cpu_family = 'x86_64'
4 cpu = 'x86_64'
5 endian = 'little'
6
7 # Fedora builds GCC with --enable-default-ssp by default, but mingw64 puts its
8 # stack-protected functions in a separate library which needs to be linked
9 # explicitly, hence this flag.
10 [properties]
11 c_args = []
12 c_link_args = ['-fstack-protector']
13
14 [binaries]
15 c = 'x86_64-w64-mingw32-gcc'
16 cpp = 'x86_64-w64-mingw32-g++'
17 ar = 'x86_64-w64-mingw32-ar'
18 ld = 'x86_64-w64-mingw32-ld'
19 objcopy = 'x86_64-w64-mingw32-objcopy'
20 strip = 'x86_64-w64-mingw32-strip'
21 pkgconfig = 'x86_64-w64-mingw32-pkg-config'
22 windres = 'x86_64-w64-mingw32-windres'