summaryrefslogtreecommitdiff
path: root/build-essential/stage2-make.morph
diff options
context:
space:
mode:
Diffstat (limited to 'build-essential/stage2-make.morph')
-rw-r--r--build-essential/stage2-make.morph15
1 files changed, 15 insertions, 0 deletions
diff --git a/build-essential/stage2-make.morph b/build-essential/stage2-make.morph
new file mode 100644
index 00000000..ed2b9746
--- /dev/null
+++ b/build-essential/stage2-make.morph
@@ -0,0 +1,15 @@
+name: build-essential/stage2-make.morph
+kind: chunk
+repo: upstream:make
+ref: 56968f58301e6e5157cf4c8b6deefbaff2955eba
+build-system: autotools
+configure-commands:
+- 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
+build_depends:
+- build-essential/stage1-binutils.morph
+- build-essential/stage1-gcc.morph
+- build-essential/stage2-eglibc.morph