From 37fdfe89ddb0cf34fd2ea2ac32858c43e3b9ae16 Mon Sep 17 00:00:00 2001 From: Kamalneet Singh Date: Mon, 9 Mar 2009 16:05:44 +0530 Subject: linux-llvm config: Linking with required llvm libs --- configs/linux-llvm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configs/linux-llvm') diff --git a/configs/linux-llvm b/configs/linux-llvm index a9d740574c..e7ecd826d5 100644 --- a/configs/linux-llvm +++ b/configs/linux-llvm @@ -22,9 +22,9 @@ endif ifeq ($(MESA_LLVM),1) # LLVM_CFLAGS=`llvm-config --cflags` - LLVM_CXXFLAGS=`llvm-config --cxxflags backend bitreader engine ipo` -Wno-long-long - LLVM_LDFLAGS=`llvm-config --ldflags backend bitreader engine ipo` - LLVM_LIBS=`llvm-config --libs backend bitreader engine ipo` + LLVM_CXXFLAGS=`llvm-config --cxxflags backend bitreader engine ipo interpreter instrumentation` -Wno-long-long + LLVM_LDFLAGS=`llvm-config --ldflags backend bitreader engine ipo interpreter instrumentation` + LLVM_LIBS=`llvm-config --libs backend bitreader engine ipo interpreter instrumentation` MKLIB_OPTIONS=-cplusplus else LLVM_CFLAGS= -- cgit v1.2.3