summaryrefslogtreecommitdiff
path: root/build-essential/stage1-binutils.morph
blob: 622543db59f78949eef6b096a20482a0d4f5bfc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
name: build-essential/stage1-binutils.morph
kind: chunk
repo: upstream:binutils-redhat
ref: 987eb543a034cddc4eeb103f08f566f24a5f964a
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"