From 0f6eb4e0b91132e3eefa9b43b86b80892f323b84 Mon Sep 17 00:00:00 2001 From: Tiago Gomes Date: Tue, 23 Jun 2015 10:29:47 +0000 Subject: Add the clang compiler Change-Id: I623542335fa4a3444cf8fc500865f3847a7ec966 --- strata/compilers-extra/clang.morph | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 strata/compilers-extra/clang.morph (limited to 'strata/compilers-extra/clang.morph') diff --git a/strata/compilers-extra/clang.morph b/strata/compilers-extra/clang.morph new file mode 100644 index 00000000..fb7c1ff6 --- /dev/null +++ b/strata/compilers-extra/clang.morph @@ -0,0 +1,10 @@ +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 -- cgit v1.2.1