# See http://mesonbuild.com/Cross-compilation.html
[binaries]
c = 'mipsel-helenos-gcc'
cpp = 'mipsel-helenos-g++'
ar = 'mipsel-helenos-ar'
strip = 'mipsel-helenos-strip'
nm = 'mipsel-helenos-nm'
objcopy = 'mipsel-helenos-objcopy'
objdump = 'mipsel-helenos-objdump'
as = 'mipsel-helenos-as'
ld = 'mipsel-helenos-ld'
[properties]
has_function_printf = true
needs_exe_wrapper = true
cc_arch = 'mipsel'
bits = 32
[host_machine]
system = 'helenos'
cpu_family = 'mips'
cpu = 'mips'
endian = 'little'