summaryrefslogtreecommitdiff
path: root/stage2-binutils.morph
blob: 21b8e1ebb44ea6b5861b729c50aadf1d78d88cf4 (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"
    ],
    "build-commands": [
        "export STAGE2_SYSROOT=\"$(dirname $(pwd))\"\nexport CPPFLAGS=\"--sysroot=$STAGE2_SYSROOT\"\nexport LDFLAGS=\"-Wl,--sysroot=$STAGE2_SYSROOT\"\nmake\n"
    ]
}