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/lib/Debugger | |
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/lib/Debugger')
-rw-r--r-- | llvm/lib/Debugger/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Debugger/Makefile b/llvm/lib/Debugger/Makefile index 70ee46edefc..c3220648387 100644 --- a/llvm/lib/Debugger/Makefile +++ b/llvm/lib/Debugger/Makefile @@ -11,5 +11,6 @@ LEVEL = ../.. LIBRARYNAME = LLVMDebugger EXTRA_DIST = README.txt REQUIRES_EH := 1 +BUILD_ARCHIVE = 1 include $(LEVEL)/Makefile.common |