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