mirror of https://github.com/OpenIPC/firmware.git
17 lines
327 B
INI
17 lines
327 B
INI
[constants]
|
|
arch = 'mipsel-openipc'
|
|
abi = 'musl'
|
|
|
|
[binaries]
|
|
c = arch + '-linux-' + abi + '-gcc'
|
|
cpp = arch + '-linux-' + abi + '-g++'
|
|
ar = arch + '-linux-'+ abi + '-gcc-ar'
|
|
strip = arch + '-linux-' + abi + '-strip'
|
|
pkgconfig = 'pkg-config'
|
|
|
|
[host_machine]
|
|
system = 'linux'
|
|
cpu_family = 'mips'
|
|
cpu = 'mips32'
|
|
endian = 'little'
|