summaryrefslogtreecommitdiff
path: root/strata/build-essential/stage2-toybox.morph
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2015-01-27 13:28:57 +0000
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2015-01-27 13:57:30 +0000
commit4799f87aaef757d741f65f3d23f188f3032d824c (patch)
treebdbb0960127d1121f6ab227399748bb072a7bf1d /strata/build-essential/stage2-toybox.morph
parent211274e454abf6b55e92ba227ae925b1db228041 (diff)
downloaddefinitions-4799f87aaef757d741f65f3d23f188f3032d824c.tar.gz
WIP toybox implementationbaserock/ps/wip-toybox
Diffstat (limited to 'strata/build-essential/stage2-toybox.morph')
-rw-r--r--strata/build-essential/stage2-toybox.morph10
1 files changed, 10 insertions, 0 deletions
diff --git a/strata/build-essential/stage2-toybox.morph b/strata/build-essential/stage2-toybox.morph
new file mode 100644
index 00000000..eff46875
--- /dev/null
+++ b/strata/build-essential/stage2-toybox.morph
@@ -0,0 +1,10 @@
+name: stage2-toybox
+kind: chunk
+configure-commands:
+- chmod +x ./configure
+- ./configure --prefix="$PREFIX"
+build-commands:
+- CFLAGS="--static" make defconfig
+- make toybox
+install-commands:
+- PREFIX="$DESTDIR$PREFIX" make install