From f6046f9b54c1f14d12a67fa66ca0c881b49e8ceb Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Fri, 7 Jul 2017 10:01:07 +0000 Subject: Move old Baserock format definitions into old/ directory --- old/strata/build-essential/stage2-make.morph | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 old/strata/build-essential/stage2-make.morph (limited to 'old/strata/build-essential/stage2-make.morph') diff --git a/old/strata/build-essential/stage2-make.morph b/old/strata/build-essential/stage2-make.morph new file mode 100644 index 00000000..af5e5347 --- /dev/null +++ b/old/strata/build-essential/stage2-make.morph @@ -0,0 +1,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 -- cgit v1.2.1