Changes in directory llvm/tools/llvm-db:

Makefile updated: 1.11 -> 1.12
---
Log message:

Build more debugger/selectiondag libraries as archives instead of .o files.
This works around bugs in some versions of the cygwin linker.

Patch contributed by Anton Korobeynikov.



---
Diffs of the changes:  (+1 -1)

 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/tools/llvm-db/Makefile
diff -u llvm/tools/llvm-db/Makefile:1.11 llvm/tools/llvm-db/Makefile:1.12
--- llvm/tools/llvm-db/Makefile:1.11    Thu Jul  6 19:46:18 2006
+++ llvm/tools/llvm-db/Makefile Thu Jul 20 19:10:47 2006
@@ -9,7 +9,7 @@
 
 LEVEL = ../..
 TOOLNAME = llvm-db
-USEDLIBS = LLVMDebugger LLVMBCReader.a LLVMCore.a LLVMSupport.a \
+USEDLIBS = LLVMDebugger.a LLVMBCReader.a LLVMCore.a LLVMSupport.a \
          LLVMbzip2.a LLVMSystem.a
 REQUIRES_EH := 1
 



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to