[llvm-commits] CVS: llvm/lib/CodeGen/Makefile
Andrew Lenharth
alenhar2 at cs.uiuc.edu
Thu Jul 20 10:28:12 PDT 2006
Changes in directory llvm/lib/CodeGen:
Makefile updated: 1.27 -> 1.28
---
Log message:
Fix linking on Alpha
---
Diffs of the changes: (+1 -0)
Makefile | 1 +
1 files changed, 1 insertion(+)
Index: llvm/lib/CodeGen/Makefile
diff -u llvm/lib/CodeGen/Makefile:1.27 llvm/lib/CodeGen/Makefile:1.28
--- llvm/lib/CodeGen/Makefile:1.27 Thu Jun 1 01:12:21 2006
+++ llvm/lib/CodeGen/Makefile Thu Jul 20 12:27:58 2006
@@ -10,6 +10,7 @@
LEVEL = ../..
LIBRARYNAME = LLVMCodeGen
PARALLEL_DIRS = SelectionDAG
+BUILD_ARCHIVE = 1
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list