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