diff options
author | Chris Li <[email protected]> | 2010-02-05 01:29:43 -0800 |
---|---|---|
committer | José Fonseca <[email protected]> | 2010-02-05 15:34:28 +0000 |
commit | 476b668ccc3f234676dbd3f15207eafe7965222e (patch) | |
tree | 221b2d5e2499f1ff1d744d8a856ebe43da3e4657 /configs | |
parent | ad60552ca19bce657eadaffd31db752e34e9cda3 (diff) |
allow make to build lp_test_* for llvmpipe
Signed-off-by: José Fonseca <[email protected]>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/linux-llvm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/linux-llvm b/configs/linux-llvm index 988b7057d4e..4bb5ff8868f 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= |