summaryrefslogtreecommitdiff
path: root/strata/build-essential/stage1-binutils.morph
blob: d3e73a87c5ac52c7f09eb6c52c3cffd7c256acc9 (plain)
1
2
3
4
5
6
7
8
9
10
name: stage1-binutils
kind: chunk
build-system: autotools
configure-commands:
- |
  ./configure --prefix="$PREFIX" --disable-nls --disable-werror \
    --build=$(sh config.guess) \
    --host=$(sh config.guess) \
    --target=$TARGET_STAGE1 \
    --with-sysroot="/" --with-lib-path="=$PREFIX/lib"