1[binaries] 2c = ['clang', '-target', 'powerpc-linux-gnu'] 3ar = 'llvm-ar' 4strip = 'llvm-strip' 5exe_wrapper = ['qemu-ppc', '-L', '/usr/powerpc-linux-gnu/'] 6 7[built-in options] 8# We cannot use LLD, as it doesn't support big-endian PPC. 9c_link_args = ['-target', 'powerpc-linux-gnu'] 10 11[host_machine] 12system = 'linux' 13cpu_family = 'ppc' 14cpu = 'ppc' 15endian = 'big' 16