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