ref: e7ec1e13f5e1814f647bcbc18e73eb6be5ce4f16
dir: /cross/m68-apple.txt/
[constants] toolchain = '@DIRNAME@/macos-toolchain/' path = toolchain + 'bin/' prefix = path + 'm68k-apple-macos-' [built-in options] c_args = ['-fdata-sections', '-mcpu=68040', '-ffunction-sections', '-D__macos__'] cpp_link_args = ['-Wl,-gc-sections', '-mcpu=68040', '-Wl,--mac-strip-macsbug'] [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'