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