summaryrefslogtreecommitdiff
path: root/strata/build-essential.morph
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2016-03-05 21:58:25 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2016-03-08 17:31:34 +0900
commit7361c3715115ec4b2afe6c2a63e677476746391c (patch)
tree7db2d3b847bf46f840cbb4d8b078b4ddf5f1592e /strata/build-essential.morph
parentfab3afb984b8344ff272b9889c079156a7698c22 (diff)
downloaddefinitions-7361c3715115ec4b2afe6c2a63e677476746391c.tar.gz
Adding gcc-runtime to the new build-essential
This chunk completes the glibc runtime, gcc needs to be compiled with the musl host and glibc target so that we have gcc runtimes and libstdc++ compiled against the host glibc.
Diffstat (limited to 'strata/build-essential.morph')
-rw-r--r--strata/build-essential.morph13
1 files changed, 13 insertions, 0 deletions
diff --git a/strata/build-essential.morph b/strata/build-essential.morph
index c7aa1060..9f22358b 100644
--- a/strata/build-essential.morph
+++ b/strata/build-essential.morph
@@ -52,3 +52,16 @@ chunks:
glibc-gconv: build-essential-runtime
glibc-libs: build-essential-minimal
glibc-nss: build-essential-runtime
+
+- name: gcc-runtime
+ morph: strata/build-essential/gcc-runtime.morph
+ repo: upstream:gcc-tarball
+ ref: 19d034ed935aa53b95537f0b0d39ca7fd78da8ce
+ unpetrify-ref: baserock/tristan/wip/aboriginal
+ build-mode: prelibc
+ build-depends:
+ - static-sed
+ - static-gawk
+ - static-bash
+ - linux-api-headers
+ - glibc