[binaries]
c = ['avr-gcc', '-nostdlib', '-D__COMPILING_AVR_LIBC__']
cpp = ['avr-gcc', '-nostdlib', '-D__COMPILING_AVR_LIBC__']
ar = 'avr-ar'
as = 'avr-as'
nm = 'avr-nm'
strip = 'avr-strip'

[host_machine]
system = 'none'
cpu_family = 'avr'
cpu = 'avr'
endian = 'little'

[properties]
skip_sanity_check = true
