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 = ['microblazeel-zephyr-elf-gcc', '-nostdlib'] 7cpp = ['microblazeel-zephyr-elf-g++', '-nostdlib'] 8ar = 'microblazeel-zephyr-elf-ar' 9as = 'microblazeel-zephyr-elf-as' 10ld = 'microblazeel-zephyr-elf-ld' 11nm = 'microblazeel-zephyr-elf-nm' 12strip = 'microblazeel-zephyr-elf-strip' 13 14[host_machine] 15system = 'zephyr' 16cpu_family = 'microblaze' 17cpu = 'microblazeel' 18endian = 'little' 19 20[properties] 21skip_sanity_check = true 22default_flash_addr = '0x00000000' 23default_flash_size = '0x08000000' 24default_ram_addr = '0x08000000' 25default_ram_size = '0x10000000' 26