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