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 = ['sparc64-linux-gnu-gcc', '-nostdlib']
7cpp = ['sparc64-linux-gnu-g++', '-nostdlib']
8ar = 'sparc64-linux-gnu-ar'
9as = 'sparc64-linux-gnu-as'
10ld = 'sparc64-linux-gnu-ld'
11nm = 'sparc64-linux-gnu-nm'
12strip = 'sparc64-linux-gnu-strip'
13
14[host_machine]
15system = 'linux'
16cpu_family = 'sparc64'
17cpu = 'sparc64'
18endian = 'big'
19
20[properties]
21skip_sanity_check = true
22link_spec = '--build-id=none'
23specs_extra = ['*libgcc:', '-lgcc']
24