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