[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 = ['sh-elf-gcc', '-nostdlib', '-m1']
ar = 'sh-elf-ar'
as = 'sh-elf-as'
nm = 'sh-elf-nm'
strip = 'sh-elf-strip'

[host_machine]
system = 'none'
cpu_family = 'sh'
cpu = 'sh1'
endian = 'big'

[properties]
skip_sanity_check = true
