From 476b668ccc3f234676dbd3f15207eafe7965222e Mon Sep 17 00:00:00 2001 From: Chris Li Date: Fri, 5 Feb 2010 01:29:43 -0800 Subject: allow make to build lp_test_* for llvmpipe MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: José Fonseca --- configs/linux-llvm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs') 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= -- cgit v1.2.3