From daf822b343c6e4fdb9f86390732cf9a892e200e3 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Fri, 27 Nov 2015 11:29:51 +0000 Subject: Revert "Upgrade llvm to 3.7" gnome-shell crashes on SIGILL (illegal instruction) with this new llvm. This reverts commit 3feab8a7e42b3fa4a006c101108df1d8b318f66e. Change-Id: I14821e235032e6506a9ded28a6128366ef2cea10 --- strata/llvm-common/llvm.morph | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'strata/llvm-common') 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 -- cgit v1.2.1