summaryrefslogtreecommitdiff
path: root/strata/mesa-common/llvm.morph
diff options
context:
space:
mode:
authorJames Thomas <james.thomas@codethink.co.uk>2014-10-10 14:23:34 -0500
committerJames Thomas <james.thomas@codethink.co.uk>2014-10-10 14:23:34 -0500
commit0f70823bbc40ba58b7bb746d3747b7f0318c799b (patch)
treebc86d7c8611cbf376ee3db41e65a0d22645a3b1a /strata/mesa-common/llvm.morph
parent27e95cdd98062f2464b2a7f372402f75aab7f497 (diff)
parentf26dd579bf8ef44f4c0878bb01708c4671142b2d (diff)
downloaddefinitions-0f70823bbc40ba58b7bb746d3747b7f0318c799b.tar.gz
Merge remote-tracking branch 'origin/jjardon/libdrm' into jjardon/gnome
Conflicts: strata/libdrm-common.morph strata/mesa-common.morph strata/x-generic.morph
Diffstat (limited to 'strata/mesa-common/llvm.morph')
-rw-r--r--strata/mesa-common/llvm.morph8
1 files changed, 8 insertions, 0 deletions
diff --git a/strata/mesa-common/llvm.morph b/strata/mesa-common/llvm.morph
new file mode 100644
index 00000000..c967c064
--- /dev/null
+++ b/strata/mesa-common/llvm.morph
@@ -0,0 +1,8 @@
+name: llvm
+kind: chunk
+description: Low Level Virtual Machine
+build-system: autotools
+configure-commands:
+- ./configure --prefix="$PREFIX" --disable-assertions --enable-optimized --enable-shared
+build-commands:
+- make $MAKEFLAGS