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', 'xtensa-espressif_esp32_zephyr-elf-gcc', '-nostdlib'] 7ar = 'xtensa-espressif_esp32_zephyr-elf-ar' 8as = 'xtensa-espressif_esp32_zephyr-elf-as' 9nm = 'xtensa-espressif_esp32_zephyr-elf-nm' 10strip = 'xtensa-espressif_esp32_zephyr-elf-strip' 11 12[host_machine] 13system = 'zephyr' 14cpu_family = 'xtensa' 15cpu = 'xtensa' 16endian = 'little' 17 18[properties] 19skip_sanity_check = true 20