# See http://mesonbuild.com/Cross-compilation.html [binaries] c = '@COMPPREFIX@clang' cpp = '@COMPPREFIX@clang++' 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 c_args = [ '-nostdlibinc' ] cpp_args = [ '-nostdlibinc' ] link_args = [ '-nostdlib' ] cc_arch = 'amd64' bits = 64 [host_machine] system = 'helenos' cpu_family = 'x86_64' cpu = 'x86_64' endian = 'little'