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