ew.py: hide confusing error message
[helenos.git] / meson / cross / mips32
blob517f724ac0cf02158eddadee70298dab19ec9c0e
1 # See http://mesonbuild.com/Cross-compilation.html
3 [binaries]
4 c = '@COMPPREFIX@gcc'
5 cpp = '@COMPPREFIX@g++'
6 ar = '@COMPPREFIX@ar'
7 strip = '@COMPPREFIX@strip'
8 nm = '@COMPPREFIX@nm'
9 objcopy = '@COMPPREFIX@objcopy'
10 objdump = '@COMPPREFIX@objdump'
11 as = '@COMPPREFIX@as'
12 ld = '@COMPPREFIX@ld'
14 [properties]
15 has_function_printf = true
16 needs_exe_wrapper = true
18 cc_arch = 'mipsel'
19 bits = 32
21 [host_machine]
22 system = 'helenos'
23 cpu_family = 'mips'
24 cpu = 'mips'
25 endian = 'little'