[llvm-commits] CVS: llvm/lib/Debugger/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Thu Jul 20 17:11:01 PDT 2006
Changes in directory llvm/lib/Debugger:
Makefile updated: 1.4 -> 1.5
---
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 -0)
Makefile | 1 +
1 files changed, 1 insertion(+)
Index: llvm/lib/Debugger/Makefile
diff -u llvm/lib/Debugger/Makefile:1.4 llvm/lib/Debugger/Makefile:1.5
--- llvm/lib/Debugger/Makefile:1.4 Fri Jul 7 11:46:43 2006
+++ llvm/lib/Debugger/Makefile Thu Jul 20 19:10:47 2006
@@ -11,5 +11,6 @@
LIBRARYNAME = LLVMDebugger
EXTRA_DIST = README.txt
REQUIRES_EH := 1
+BUILD_ARCHIVE = 1
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list