commit | 74bda2e320b92c017c1938ab35a18071d22f5127 | [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 | 98db7c016784176252c19c691e78812eaa7e5a22 | |
parent | ba20471c751fc279747128d67ac5cb67afab5dcd [diff] [blame] |
Fix linking on Alpha git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29219 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/Makefile b/lib/CodeGen/Makefile index e77a53a..62ef1ad 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