summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorChris Li <chrisl@vmware.com>2010-02-05 01:29:43 -0800
committerJosé Fonseca <jfonseca@vmware.com>2010-02-05 15:34:28 +0000
commit476b668ccc3f234676dbd3f15207eafe7965222e (patch)
tree221b2d5e2499f1ff1d744d8a856ebe43da3e4657 /configs
parentad60552ca19bce657eadaffd31db752e34e9cda3 (diff)
allow make to build lp_test_* for llvmpipe
Signed-off-by: José Fonseca <jfonseca@vmware.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/linux-llvm2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/linux-llvm b/configs/linux-llvm
index 988b7057d4..4bb5ff8868 100644
--- a/configs/linux-llvm
+++ b/configs/linux-llvm
@@ -31,7 +31,7 @@ ifeq ($(MESA_LLVM),1)
# LLVM_CFLAGS=`llvm-config --cflags`
LLVM_CXXFLAGS=`llvm-config --cxxflags backend bitreader engine ipo interpreter instrumentation` -Wno-long-long
LLVM_LDFLAGS = $(shell llvm-config --ldflags backend bitreader engine ipo interpreter instrumentation)
- LLVM_LIBS = $(shell llvm-config --libs backend bitreader engine ipo interpreter instrumentation)
+ LLVM_LIBS = $(shell llvm-config --libs backend bitwriter bitreader engine ipo interpreter instrumentation)
MKLIB_OPTIONS=-cplusplus
else
LLVM_CFLAGS=