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

I don't know why this change matters; my reading of the GCC documentation is that they should be equivalent, but clearly either I misread the docs or there's a GCC bug. Either way, this fix should be fine.
13 lines
284 B
Text
13 lines
284 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-armv7-a+vfpv3-d16'
|
|
endian = 'little'
|