summaryrefslogtreecommitdiff
path: root/strata/build-essential/stage2-make.morph
blob: d3c8bf22afc7cfa8e6215abfce463c235ee5687e (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="-Wl,--sysroot=$STAGE2_SYSROOT" ./configure --prefix="$PREFIX" --disable-nls
  --build=$(sh config/config.guess) --host=$TARGET_STAGE1
build-commands:
- STAGE2_SYSROOT="$(dirname $(pwd))" make