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