[binaries]
# Meson 0.53.2 doesn't use any cflags when doing basic compiler tests,
# so we have to add -nostdlib to the compiler configuration itself or
# early compiler tests will fail. This can be removed when picolibc
# requires at least version 0.54.2 of meson.
c = ['mips-linux-gnu-gcc', '-nostdlib']
ar = 'mips-linux-gnu-ar'
as = 'mips-linux-gnu-as'
ld = 'mips-linux-gnu-ld'
nm = 'mips-linux-gnu-nm'
strip = 'mips-linux-gnu-strip'

[host_machine]
system = 'linux'
cpu_family = 'mips'
cpu = 'mips'
endian = 'big'

[properties]
skip_sanity_check = true
link_spec = '--build-id=none'
specs_extra = ['*libgcc:', '-lgcc']
