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 = ['msp430-elf-gcc', '-nostdlib'] 7cpp = ['msp430-elf-g++', '-nostdlib'] 8ar = 'msp430-elf-ar' 9as = 'msp430-elf-as' 10nm = 'msp430-elf-nm' 11strip = 'msp430-elf-strip' 12 13[host_machine] 14system = 'zephyr' 15cpu_family = 'msp430' 16cpu = 'msp430' 17endian = 'little' 18 19[properties] 20skip_sanity_check = true 21libgcc = ['-lmul_none', '-lgcc'] 22default_alignment = 2 23