[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Thu Jul 20 17:11:01 PDT 2006
Changes in directory llvm/lib/CodeGen/SelectionDAG:
Makefile updated: 1.5 -> 1.6
---
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/CodeGen/SelectionDAG/Makefile
diff -u llvm/lib/CodeGen/SelectionDAG/Makefile:1.5 llvm/lib/CodeGen/SelectionDAG/Makefile:1.6
--- llvm/lib/CodeGen/SelectionDAG/Makefile:1.5 Wed May 31 20:30:26 2006
+++ llvm/lib/CodeGen/SelectionDAG/Makefile Thu Jul 20 19:10:47 2006
@@ -9,5 +9,6 @@
LEVEL = ../../..
LIBRARYNAME = LLVMSelectionDAG
PARALLEL_DIRS =
+BUILD_ARCHIVE = 1
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list