From 2cc968846977e298a8e9cadfb5a4cb4010cc1d1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Thu, 25 Sep 2014 10:22:23 +0000 Subject: Move llvm to its own stratum llvm is a bif piece of software that take long time to build With this move we will only build it when its really necessary --- strata/llvm-common/llvm.morph | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 strata/llvm-common/llvm.morph (limited to 'strata/llvm-common') diff --git a/strata/llvm-common/llvm.morph b/strata/llvm-common/llvm.morph new file mode 100644 index 00000000..fed29165 --- /dev/null +++ b/strata/llvm-common/llvm.morph @@ -0,0 +1,8 @@ +name: llvm +kind: chunk +description: Low Level Virtual Machine +build-system: autotools +configure-commands: +- ./configure --prefix="$PREFIX" --libdir="$PREFIX"/lib/llvm --sysconfdir=/etc --enable-shared + --enable-libffi --enable-targets=all --disable-expensive-checks --disable-debug-runtime + --disable-assertions --enable-optimized -- cgit v1.2.1