mkxp-z/linux/meson-armv6.txt
Splendide Imaginarius a1d438b5dd Fix armv6 cross-compile target
Similar changes as c09ee66e69.

Also had to use -march instead of -mcpu (also inconsistent with GCC docs),
and disable Thumb.
2024-09-03 03:29:11 +00:00

13 lines
280 B
Text

[binaries]
c = 'arm-linux-gnueabihf-gcc'
cpp = 'arm-linux-gnueabihf-g++'
ar = 'arm-linux-gnueabihf-ar'
strip = 'arm-linux-gnueabihf-strip'
pkgconfig = 'pkg-config'
cmake = 'cmake'
[host_machine]
system = 'linux'
cpu_family = 'arm'
cpu = 'generic-armv6zk+vfpv2'
endian = 'little'