shithub: femtolisp

ref: 10d16c10bed72a177a99e0a9a3f3caca6c38ce94
dir: /cross/m68-apple.txt/

View raw version
[constants]
toolchain = '@DIRNAME@/macos-toolchain/'
path = toolchain + 'bin/'
prefix = path + 'm68k-apple-macos-'

[built-in options]
c_args = ['-march=68020', '-fdata-sections', '-ffunction-sections', '-D__macos__']
c_link_args = ['-march=68020', '-Wl,--mac-single', '-Wl,--mac-strip-macsbug']
cpp_args = c_args
cpp_link_args = c_link_args

[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 = 'm68k'
cpu = 'm68k'
endian = 'big'

[project options]
build-tests = 'disabled'