15 lines
231 B
Bash
15 lines
231 B
Bash
|
|
[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
|