summaryrefslogtreecommitdiff
path: root/chunks/stage2-make.morph
blob: 533cfe9a676d2dae26cfe63049a0c90ff8e1de51 (plain)
1
2
3
4
5
6
7
8
9
10
11
name: stage2-make
kind: chunk
repo: upstream:make
ref: 56968f58301e6e5157cf4c8b6deefbaff2955eba
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