summaryrefslogtreecommitdiff
path: root/stage1-binutils.morph
blob: 49c469fbdc107e0f8927f3be21584dadac80f680 (plain)
1
2
3
4
5
6
7
8
{
    "name": "stage1-binutils",
    "kind": "chunk",
    "build-system": "autotools",
    "configure-commands": [
        "./configure --prefix=\"$PREFIX\" --disable-nls --disable-werror \\\n  --build=$(sh config.guess) \\\n  --host=$(sh config.guess) \\\n  --target=$TARGET_STAGE1 \\\n  --with-sysroot=\"/\" --with-lib-path=\"=$PREFIX/lib\"\n"
    ]
}