[binaries] c = ['clang', '-target', 'powerpc64-linux-gnu'] ar = 'llvm-ar' strip = 'llvm-strip' exe_wrapper = ['qemu-ppc64', '-L', '/usr/powerpc64-linux-gnu/'] [built-in options] # We cannot use LLD, as it doesn't support big-endian PPC. c_link_args = ['-target', 'powerpc64-linux-gnu'] [host_machine] system = 'linux' cpu_family = 'ppc64' cpu = 'ppc64' endian = 'big'