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', 'sh-unknown-elf-gcc', '-nostdlib']
7ar = 'sh-unknown-elf-ar'
8as = 'sh-unknown-elf-as'
9nm = 'sh-unknown-elf-nm'
10strip = 'sh-unknown-elf-strip'
11exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-sh "$@"', 'run-sh']
12
13[host_machine]
14system = 'none'
15cpu_family = 'sh'
16cpu = 'sh'
17endian = 'little'
18
19[properties]
20skip_sanity_check = true
21default_flash_addr = '0x00000000'
22default_flash_size = '0x00400000'
23default_ram_addr   = '0x0c000000'
24default_ram_size   = '0x00200000'
25skip_math_test = ['m4_single_only', 'mb_m4_single_only', 'ml_m4_single_only']
26