[binaries]
c = 'riscv64-zephyr-elf-gcc'
ar = 'riscv64-zephyr-elf-ar'
as = 'riscv64-zephyr-elf-as'
nm = 'riscv64-zephyr-elf-nm'
strip = 'riscv64-zephyr-elf-strip'
# only needed to run tests
exe_wrapper = ['env', 'run-riscv']

[host_machine]
system = 'zephyr'
cpu_family = 'riscv64'
cpu = 'riscv'
endian = 'little'

[properties]
skip_sanity_check = true
