blob: bb2a06aa71f8dda35e8880a055b6ee5710fe1906 [file] [log] [blame] [edit]
[binaries]
# Meson 0.53.2 doesn't use any cflags when doing basic compiler tests,
# so we have to add -nostdlib to the compiler configuration itself or
# early compiler tests will fail. This can be removed when picolibc
# requires at least version 0.54.2 of meson.
c = ['sparc64-linux-gnu-gcc', '-nostdlib']
cpp = ['sparc64-linux-gnu-g++', '-nostdlib']
ar = 'sparc64-linux-gnu-ar'
as = 'sparc64-linux-gnu-as'
ld = 'sparc64-linux-gnu-ld'
nm = 'sparc64-linux-gnu-nm'
strip = 'sparc64-linux-gnu-strip'
[host_machine]
system = 'linux'
cpu_family = 'sparc64'
cpu = 'sparc64'
endian = 'big'
[properties]
skip_sanity_check = true
link_spec = '--build-id=none'
specs_extra = ['*libgcc:', '-lgcc']