From fad73985ed710c33f7f0e214d4c58d092b55865c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Thu, 25 Sep 2014 11:21:02 +0000 Subject: llvm.morph: Compile the default options with some exceptions --disable--asertions: those checks are not needed in production systems --enable-optimized: it will help compiling on ARM --enable-shared: mesa recommends llvm to be compiled in this way See http://llvm.org/docs/GettingStarted.html#local-llvm-configuration and http://llvm.org/docs/HowToBuildOnARM.html --- strata/mesa-common/llvm.morph | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/strata/mesa-common/llvm.morph b/strata/mesa-common/llvm.morph index fed29165..c967c064 100644 --- a/strata/mesa-common/llvm.morph +++ b/strata/mesa-common/llvm.morph @@ -3,6 +3,6 @@ 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 +- ./configure --prefix="$PREFIX" --disable-assertions --enable-optimized --enable-shared +build-commands: +- make $MAKEFLAGS -- cgit v1.2.1