summaryrefslogtreecommitdiff
path: root/binutils-1.morph
blob: f9ef0965fe6f697f1f8ad34db5b7651b7e682555 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "name": "binutils-1",
    "kind": "chunk",
    "configure-commands": [
        "mkdir o",
        "cd o && ../configure --target=\"$TOOLCHAIN_TARGET\" --prefix=\"$PREFIX\" --disable-nls --disable-werror"
    ],
    "build-commands": [
        "cd o && make"
    ],
    "install-commands": [
        "cd o && make DESTDIR=\"$DESTDIR\" install"
    ]
}