summaryrefslogtreecommitdiff
path: root/stage2-binutils.morph
blob: 60b11223c6134f9b769e75d908a98c12c8ee320c (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 CXX=false\nexport LDFLAGS=\"-Wl,--sysroot=$STAGE2_SYSROOT\"\n./configure --prefix=\"$PREFIX\" --disable-nls --disable-werror \\\n  --build=$(sh config.guess) \\\n  --host=$TARGET_STAGE1 \\\n  --target=$TARGET_STAGE1 \\\n  --with-lib-path=\"$PREFIX/lib --with-system-zlib\"\n"
    ],
    "build-commands": [
        "export STAGE2_SYSROOT=\"$(dirname $(pwd))\"\nexport CPPFLAGS=\"--sysroot=$STAGE2_SYSROOT\"\nexport LDFLAGS=\"-Wl,--sysroot=$STAGE2_SYSROOT\"\nmake\n"
    ]
}