summaryrefslogtreecommitdiff
path: root/chunks/stage1-binutils.morph
blob: e8e25441136c65144402bca2100c712396d9e092 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
name: stage1-binutils
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"