summaryrefslogtreecommitdiff
path: root/strata/compilers-extra/compiler-rt.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/compilers-extra/compiler-rt.morph')
-rw-r--r--strata/compilers-extra/compiler-rt.morph10
1 files changed, 10 insertions, 0 deletions
diff --git a/strata/compilers-extra/compiler-rt.morph b/strata/compilers-extra/compiler-rt.morph
new file mode 100644
index 00000000..a1c9085b
--- /dev/null
+++ b/strata/compilers-extra/compiler-rt.morph
@@ -0,0 +1,10 @@
+name: compiler-rt
+kind: chunk
+build-system: cmake
+configure-commands:
+- mkdir o
+- cd o && cmake -DCMAKE_INSTALL_PREFIX="$PREFIX" -DCMAKE_BUILD_TYPE=Release ..
+build-commands:
+- cd o && make
+install-commands:
+- cd o && make DESTDIR="$DESTDIR" install