ref: 0d909db1bff81601a16a7a8f162c59b213d559e7
dir: /cross/powerpc-apple.txt/
[constants] toolchain = '@DIRNAME@/macos-toolchain/' path = toolchain + 'bin/' prefix = path + 'powerpc-apple-macos-' add_project_arguments( '-fdata-sections', '-ffunction-sections', '-D__macos__', language: 'c', ) add_project_link_arguments( '-Wl,-gc-sections', language: 'cpp', ) [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'