summaryrefslogtreecommitdiff
path: root/stage2-make.morph
diff options
context:
space:
mode:
Diffstat (limited to 'stage2-make.morph')
-rw-r--r--stage2-make.morph22
1 files changed, 10 insertions, 12 deletions
diff --git a/stage2-make.morph b/stage2-make.morph
index e204fd8c..81819902 100644
--- a/stage2-make.morph
+++ b/stage2-make.morph
@@ -1,12 +1,10 @@
-{
- "name": "stage2-make",
- "kind": "chunk",
- "build-system": "autotools",
- "configure-commands": [
- "stage2-eglibc-fix-specs",
- "STAGE2_SYSROOT=\"$(dirname $(pwd))\" CPPFLAGS=\"--sysroot=$STAGE2_SYSROOT\" CXX=false LDFLAGS=\"-Wl,--sysroot=$STAGE2_SYSROOT\" ./configure --prefix=\"$PREFIX\" --disable-nls --build=$(sh config/config.guess) --host=$TARGET_STAGE1"
- ],
- "build-commands": [
- "STAGE2_SYSROOT=\"$(dirname $(pwd))\" make"
- ]
-}
+name: stage2-make
+kind: chunk
+build-system: autotools
+configure-commands:
+- stage2-eglibc-fix-specs
+- STAGE2_SYSROOT="$(dirname $(pwd))" CPPFLAGS="--sysroot=$STAGE2_SYSROOT" CXX=false
+ LDFLAGS="-Wl,--sysroot=$STAGE2_SYSROOT" ./configure --prefix="$PREFIX" --disable-nls
+ --build=$(sh config/config.guess) --host=$TARGET_STAGE1
+build-commands:
+- STAGE2_SYSROOT="$(dirname $(pwd))" make