blob: 20df53e3b9016f92364744a76fe565a52d683544 [file] [log] [blame] [edit]
[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', '-Wl,--build-id=none']
cpp = ['mips-linux-gnu-g++', '-nostdlib', '-Wl,--build-id=none']
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']