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

[host_machine]
system = 'zephyr'
cpu_family = 'xtensa'
cpu = 'xtensa'
endian = 'little'

[properties]
skip_sanity_check = true