summaryrefslogtreecommitdiff
path: root/devel-bootstrap.morph
blob: 655282e1b9b85644c6ca70462130f6ec88c1ac72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "name": "devel-bootstrap",
    "kind": "stratum",
    "sources": [
        {
            "name": "fhs-dirs",
            "ref": "baserocks/bootstrap"
        },
        {
            "name": "binutils-pass-1",
            "repo": "binutils",
            "ref": "baserocks/bootstrap",
            "morph": "binutils-pass-1"
        },
        {
            "name": "gcc-pass-1",
            "repo": "gcc",
            "ref": "baserocks/bootstrap",
            "morph": "gcc-pass-1"
        }
    ]
}