ref: ddde37ac5a5eea0321b56af2997e0517bc7c77e3
dir: /cross/powerpc-apple.txt/
[constants] toolchain = '@DIRNAME@/macos-toolchain/' path = toolchain + 'bin/' prefix = path + 'powerpc-apple-macos-' [built-in options] c_args = ['-fdata-sections', '-ffunction-sections', '-D__macos__'] cpp_link_args = ['-Wl,-gc-sections'] [properties] rincludes = toolchain + 'RIncludes' makepef = path + 'MakePEF' rez = path + 'Rez' [binaries] c = prefix + 'gcc' as = prefix + 'as' ar = prefix + 'ar' cpp = prefix + 'g++' pkg-config = prefix + 'pkg-config' strip = prefix + 'strip' [host_machine] system = 'macos' cpu_family = 'ppc' cpu = 'ppc' endian = 'big' [project options] build-tests = 'disabled'