summaryrefslogtreecommitdiff
path: root/strata/build-essential/stage2-make.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/build-essential/stage2-make.morph')
-rw-r--r--strata/build-essential/stage2-make.morph9
1 files changed, 0 insertions, 9 deletions
diff --git a/strata/build-essential/stage2-make.morph b/strata/build-essential/stage2-make.morph
deleted file mode 100644
index af5e5347..00000000
--- a/strata/build-essential/stage2-make.morph
+++ /dev/null
@@ -1,9 +0,0 @@
-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