shithub: sl

ref: bbfee60f6716dce8cf7a802c044cf7d0fe8bb6f2
dir: /cross/powerpc-apple.txt/

View raw version
[constants]
prefix = 'powerpc-apple-macos-'

[built-in options]
c_args = ['-fdata-sections', '-ffunction-sections', '-D__macos__', '-DNDEBUG']
cpp_link_args = ['-Wl,-gc-sections']

[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]
test3rd = 'disabled'