From 02b04b4d347b537becdf8453c511bf058fa4389a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 21 Jul 2006 00:10:47 +0000 Subject: 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29239 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Debugger/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Debugger') diff --git a/lib/Debugger/Makefile b/lib/Debugger/Makefile index 70ee46edef..c322064838 100644 --- a/lib/Debugger/Makefile +++ b/lib/Debugger/Makefile @@ -11,5 +11,6 @@ LEVEL = ../.. LIBRARYNAME = LLVMDebugger EXTRA_DIST = README.txt REQUIRES_EH := 1 +BUILD_ARCHIVE = 1 include $(LEVEL)/Makefile.common -- cgit v1.2.3