mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-04-29 19:44:49 +02:00

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.
13 lines
246 B
Text
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'
|