commit | 2b0baddc33dc055bee92af40bdc5d6eadb28962e | [log] [tgz] |
---|---|---|
author | Andrew Lenharth <andrewl@lenharth.org> | Thu Jul 20 17:27:58 2006 +0000 |
committer | Andrew Lenharth <andrewl@lenharth.org> | Thu Jul 20 17:27:58 2006 +0000 |
tree | 4228e5236596688561421ecea6b9bd5745ab1888 | |
parent | 7c1ea253ad49b0699e5fc6e7f32da940d19e656f [diff] [blame] |
Fix linking on Alpha llvm-svn: 29219
diff --git a/llvm/lib/CodeGen/Makefile b/llvm/lib/CodeGen/Makefile index e77a53a..62ef1ad 100644 --- a/llvm/lib/CodeGen/Makefile +++ b/llvm/lib/CodeGen/Makefile
@@ -10,6 +10,7 @@ LEVEL = ../.. LIBRARYNAME = LLVMCodeGen PARALLEL_DIRS = SelectionDAG +BUILD_ARCHIVE = 1 include $(LEVEL)/Makefile.common