summaryrefslogtreecommitdiff
path: root/lib/CodeGen/Makefile
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2006-07-20 17:27:58 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2006-07-20 17:27:58 +0000
commit74bda2e320b92c017c1938ab35a18071d22f5127 (patch)
tree98db7c016784176252c19c691e78812eaa7e5a22 /lib/CodeGen/Makefile
parentba20471c751fc279747128d67ac5cb67afab5dcd (diff)
downloadllvm-74bda2e320b92c017c1938ab35a18071d22f5127.tar.gz
llvm-74bda2e320b92c017c1938ab35a18071d22f5127.tar.bz2
llvm-74bda2e320b92c017c1938ab35a18071d22f5127.tar.xz
Fix linking on Alpha
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29219 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/Makefile')
-rw-r--r--lib/CodeGen/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/Makefile b/lib/CodeGen/Makefile
index e77a53a337..62ef1ad727 100644
--- a/lib/CodeGen/Makefile
+++ b/lib/CodeGen/Makefile
@@ -10,6 +10,7 @@
LEVEL = ../..
LIBRARYNAME = LLVMCodeGen
PARALLEL_DIRS = SelectionDAG
+BUILD_ARCHIVE = 1
include $(LEVEL)/Makefile.common