summaryrefslogtreecommitdiff
path: root/stage2-binutils.morph
blob: c38a37bb40880232c23359929e50e2324439d4c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "name": "stage2-binutils",
    "kind": "chunk",
    "build-system": "autotools",
    "configure-commands": [
        "stage2-eglibc-fix-specs",
        "export STAGE2_SYSROOT=\"$(dirname $(pwd))\"\nexport CPPFLAGS=\"--sysroot=$STAGE2_SYSROOT\"\nexport LDFLAGS=\"-Wl,--sysroot=$STAGE2_SYSROOT\"\n./configure --prefix=\"$PREFIX\" --disable-nls --disable-werror \\\n  --build=$BUILD --host=$TARGET_STAGE1 --target=$TARGET_STAGE1 \\\n  --with-lib-path=\"$PREFIX/lib\"\n"
    ],
    "build-commands": [
        "export STAGE2_SYSROOT=\"$(dirname $(pwd))\"\nexport CPPFLAGS=\"--sysroot=$STAGE2_SYSROOT\"\nexport LDFLAGS=\"-Wl,--sysroot=$STAGE2_SYSROOT\"\nmake\n"
    ]
}