shithub: femtolisp

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

View raw version
[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'