summaryrefslogtreecommitdiff
path: root/stage2-make.morph
blob: 91c1692428562438e3ae9663711ce9563b83fddd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "name": "stage2-make",
    "kind": "chunk",
    "build-system": "autotools",
    "configure-commands": [
        "stage2-eglibc-fix-specs",
        "STAGE2_SYSROOT=\"$(dirname $(pwd))\" CPPFLAGS=\"-B$STAGE2_SYSROOT/tools --sysroot=$STAGE2_SYSROOT\" LDFLAGS=\"-Wl,--sysroot=$STAGE2_SYSROOT\" ./configure --prefix=\"$PREFIX\" --disable-nls --build=$BUILD --host=$TARGET_STAGE1"
    ],
    "build-commands": [
        "STAGE2_SYSROOT=\"$(dirname $(pwd))\" make"
    ]
}