Files
rosetta/toolchain/cross-compiler/build-compiler.command
T

15 lines
231 B
Bash
Raw Normal View History

[command]
name = 'build-compiler'
description = 'Build a GCC cross-compiler that targets the Rosetta operating system'
[dependency]
seeds = [
'libc-headers',
'magenta-headers',
]
[exec]
args = [ 'src:build.py']
# vim: ft=toml