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 = ['mips-linux-gnu-gcc', '-nostdlib', '-Wl,--build-id=none']
7cpp = ['mips-linux-gnu-g++', '-nostdlib', '-Wl,--build-id=none']
8ar = 'mips-linux-gnu-ar'
9as = 'mips-linux-gnu-as'
10ld = 'mips-linux-gnu-ld'
11nm = 'mips-linux-gnu-nm'
12strip = 'mips-linux-gnu-strip'
13
14[host_machine]
15system = 'linux'
16cpu_family = 'mips'
17cpu = 'mips'
18endian = 'big'
19
20[properties]
21skip_sanity_check = true
22link_spec = '--build-id=none'
23specs_extra = ['*libgcc:', '-lgcc']
24