summaryrefslogtreecommitdiff
path: root/strata/compilers-extra/clang.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/compilers-extra/clang.morph')
-rw-r--r--strata/compilers-extra/clang.morph10
1 files changed, 0 insertions, 10 deletions
diff --git a/strata/compilers-extra/clang.morph b/strata/compilers-extra/clang.morph
deleted file mode 100644
index fb7c1ff6..00000000
--- a/strata/compilers-extra/clang.morph
+++ /dev/null
@@ -1,10 +0,0 @@
-name: clang
-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