summaryrefslogtreecommitdiff
path: root/stage2-make.morph
blob: b37c93e5ff160f5492838c850d1f07117b2ed7ee (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=\"--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"
    ]
}