mkxp-z/linux/meson-s390x.txt
Splendide Imaginarius 5bf39ffdf0 Add s390x as cross-compile target
Includes an OpenSSL build fix that should also help for riscv64. Doesn't
fully build yet because src/util/serial-util.h errors on big-endian
targets.
2024-09-03 06:02:59 +00:00

13 lines
246 B
Text

[binaries]
c = 's390x-linux-gnu-gcc'
cpp = 's390x-linux-gnu-g++'
ar = 's390x-linux-gnu-ar'
strip = 's390x-linux-gnu-strip'
pkgconfig = 'pkg-config'
cmake = 'cmake'
[host_machine]
system = 'linux'
cpu_family = 's390x'
cpu = 'z196'
endian = 'big'