summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
+ ]
+}