summaryrefslogtreecommitdiff
path: root/strata/build-essential/stage2-make.morph
blob: af5e534791c03ff88eff8a604a7534fe08853168 (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 --without-guile
  --build=$(sh config/config.guess) --host=$TARGET_STAGE1
build-commands:
- STAGE2_SYSROOT="$(dirname $(pwd))" make