summaryrefslogtreecommitdiff
path: root/strata/llvm-common
diff options
context:
space:
mode:
Diffstat (limited to 'strata/llvm-common')
-rw-r--r--strata/llvm-common/llvm.morph12
1 files changed, 4 insertions, 8 deletions
diff --git a/strata/llvm-common/llvm.morph b/strata/llvm-common/llvm.morph
index 0d4f07c4..de274476 100644
--- a/strata/llvm-common/llvm.morph
+++ b/strata/llvm-common/llvm.morph
@@ -1,11 +1,7 @@
name: llvm
-description: Low Level Virtual Machine
kind: chunk
-build-system: cmake
+description: Low Level Virtual Machine
+build-system: autotools
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
+- ./configure --prefix="$PREFIX" --sysconfdir=/etc --enable-shared --enable-targets=host
+ --enable-optimized --disable-assertions