mirror of
https://gitlab.com/es-de/emulationstation-de.git
synced 2025-04-02 10:51:45 -04:00
16 lines
No EOL
320 B
Text
16 lines
No EOL
320 B
Text
[binaries]
|
|
cpp = 'SYSROOT:/bin/arm-none-linux-gnueabihf-g++'
|
|
ar = 'SYSROOT:/bin/arm-none-linux-gnueabihf-ar'
|
|
|
|
[properties]
|
|
root = 'SYSROOT:'
|
|
shared_lib_suffix = 'so'
|
|
static_lib_suffix = 'so'
|
|
shared_module_suffix = 'so'
|
|
exe_suffix = 'exe'
|
|
|
|
[host_machine]
|
|
system = 'arm'
|
|
cpu_family = 'arm'
|
|
cpu = 'armv7l'
|
|
endian = 'little' |