summaryrefslogtreecommitdiff
path: root/strata/build-essential/stage2-make.morph
blob: 0b05581c5fa4e27bca539e695eabc4b76bc883a6 (plain)
1
2
3
4
5
6
7
8
9
name: stage2-make
kind: chunk
build-system: autotools
configure-commands:
- STAGE2_SYSROOT="$(dirname $(pwd))" CPPFLAGS="--sysroot=$STAGE2_SYSROOT" CXX=false
  LDFLAGS="--sysroot=$STAGE2_SYSROOT" ./configure --prefix="$PREFIX" --disable-nls
  --build=$(sh config/config.guess) --host=$TARGET_STAGE1
build-commands:
- STAGE2_SYSROOT="$(dirname $(pwd))" make