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