summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2013-02-08 16:20:21 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2013-03-11 13:43:05 +0000
commit20d5d64a0cebf635c93375a0ceb6725ea27435ab (patch)
treeec856dee8e6edc7919dbe94bebf6e1e3940d0ef3
parentf70a2eddf0f37c387d6f45d17dbeab5db5dc8ad6 (diff)
downloadmake-20d5d64a0cebf635c93375a0ceb6725ea27435ab.tar.gz
Add morphs for build-essential bootstrap
-rw-r--r--stage2-make.morph12
1 files changed, 12 insertions, 0 deletions
diff --git a/stage2-make.morph b/stage2-make.morph
new file mode 100644
index 00000000..91c16924
--- /dev/null
+++ b/stage2-make.morph
@@ -0,0 +1,12 @@
+{
+ "name": "stage2-make",
+ "kind": "chunk",
+ "build-system": "autotools",
+ "configure-commands": [
+ "stage2-eglibc-fix-specs",
+ "STAGE2_SYSROOT=\"$(dirname $(pwd))\" CPPFLAGS=\"-B$STAGE2_SYSROOT/tools --sysroot=$STAGE2_SYSROOT\" LDFLAGS=\"-Wl,--sysroot=$STAGE2_SYSROOT\" ./configure --prefix=\"$PREFIX\" --disable-nls --build=$BUILD --host=$TARGET_STAGE1"
+ ],
+ "build-commands": [
+ "STAGE2_SYSROOT=\"$(dirname $(pwd))\" make"
+ ]
+}