diff options
author | Chris Lattner <sabre@nondot.org> | 2006-07-21 00:10:47 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-07-21 00:10:47 +0000 |
commit | 55782c6c41c407bcfe3603d4aa14540451401493 (patch) | |
tree | b2fbaa20ca32123f0089555fbeb41550d7ebf904 /llvm/tools/llvm-db | |
parent | 9a9642641389dfa96888284094a020860a6ebdf9 (diff) | |
download | bcm5719-llvm-55782c6c41c407bcfe3603d4aa14540451401493.tar.gz bcm5719-llvm-55782c6c41c407bcfe3603d4aa14540451401493.zip |
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.
llvm-svn: 29239
Diffstat (limited to 'llvm/tools/llvm-db')
-rw-r--r-- | llvm/tools/llvm-db/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-db/Makefile b/llvm/tools/llvm-db/Makefile index e7bc95fa5da..3bf9d54afd2 100644 --- a/llvm/tools/llvm-db/Makefile +++ b/llvm/tools/llvm-db/Makefile @@ -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 |