summaryrefslogtreecommitdiff
path: root/strata/build-essential/binutils.morph
blob: 069d59ef5bf84fcc97fc82d00f95fb8373b610f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
name: binutils
kind: chunk
build-system: autotools

configure-commands:
- |
  case "$MORPH_ARCH" in
      mips64*)  ARCH_FLAGS="--with-arch=octeon2" ;;
  esac
  ./configure --prefix="$PREFIX" --disable-nls --disable-werror \
    $ARCH_FLAGS                                                 \
    --with-system-zlib