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