2018-05-20 21:17:48 +02:00
|
|
|
[host_machine]
|
|
|
|
system = 'windows'
|
|
|
|
cpu_family = 'x86_64'
|
|
|
|
cpu = 'x86_64'
|
|
|
|
endian = 'little'
|
|
|
|
|
2021-10-13 11:24:29 +02:00
|
|
|
# Fedora builds GCC with --enable-default-ssp by default, but mingw64 puts its
|
|
|
|
# stack-protected functions in a separate library which needs to be linked
|
|
|
|
# explicitly, hence this flag.
|
2018-05-20 21:17:48 +02:00
|
|
|
[properties]
|
|
|
|
c_args = []
|
2021-10-13 11:24:29 +02:00
|
|
|
c_link_args = ['-fstack-protector']
|
2018-05-20 21:17:48 +02:00
|
|
|
|
|
|
|
[binaries]
|
|
|
|
c = 'x86_64-w64-mingw32-gcc'
|
|
|
|
cpp = 'x86_64-w64-mingw32-g++'
|
|
|
|
ar = 'x86_64-w64-mingw32-ar'
|
2019-11-04 11:24:15 +01:00
|
|
|
ld = 'x86_64-w64-mingw32-ld'
|
2019-10-28 13:11:12 +01:00
|
|
|
objcopy = 'x86_64-w64-mingw32-objcopy'
|
2018-05-20 21:17:48 +02:00
|
|
|
strip = 'x86_64-w64-mingw32-strip'
|
|
|
|
pkgconfig = 'x86_64-w64-mingw32-pkg-config'
|
|
|
|
windres = 'x86_64-w64-mingw32-windres'
|