progs/trivial: add dlist-flat-tri.c
[mesa.git] / configs / linux-llvm
index 489cfd0546aa43e48eceb7d403ba70e54cf36c43..e7ecd826d5310db1a8d10c5143e5ac5e38f4e015 100644 (file)
@@ -22,9 +22,9 @@ endif
 
 ifeq ($(MESA_LLVM),1)
 #  LLVM_CFLAGS=`llvm-config --cflags`
-  LLVM_CXXFLAGS=`llvm-config --cxxflags` -Wno-long-long
-  LLVM_LDFLAGS=`llvm-config --ldflags`
-  LLVM_LIBS=`llvm-config --libs`
+  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=