1[binaries]
2# Meson 0.53.2 doesn't use any cflags when doing basic compiler tests,
3# so we have to add -nostdlib to the compiler configuration itself or
4# early compiler tests will fail. This can be removed when picolibc
5# requires at least version 0.54.2 of meson.
6c = ['ccache', 'mips-linux-gnu-gcc', '-nostdlib']
7ar = 'mips-linux-gnu-ar'
8as = 'mips-linux-gnu-as'
9ld = 'mips-linux-gnu-ld'
10nm = 'mips-linux-gnu-nm'
11strip = 'mips-linux-gnu-strip'
12
13[host_machine]
14system = 'linux'
15cpu_family = 'mips'
16cpu = 'mips'
17endian = 'big'
18
19[properties]
20skip_sanity_check = true
21link_spec = '--build-id=none'
22specs_extra = ['*libgcc:', '-lgcc']
23