summaryrefslogtreecommitdiff
path: root/lib/VMCore/Makefile
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2005-08-13 05:09:50 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2005-08-13 05:09:50 +0000
commit7ac17529d2d00554ccc3fffd3691f924f7b4019a (patch)
tree55c111dd5395bbf8e196e5f46156dad942557ac3 /lib/VMCore/Makefile
parent0ae380a8ac48cbf3131f96318a15dc5dae8a6c78 (diff)
downloadllvm-7ac17529d2d00554ccc3fffd3691f924f7b4019a.tar.gz
llvm-7ac17529d2d00554ccc3fffd3691f924f7b4019a.tar.bz2
llvm-7ac17529d2d00554ccc3fffd3691f924f7b4019a.tar.xz
Fix oversized GOT problem with gcc-4 on alpha
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22777 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore/Makefile')
-rw-r--r--lib/VMCore/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/VMCore/Makefile b/lib/VMCore/Makefile
index d3df2bfe78..8c95e08d8e 100644
--- a/lib/VMCore/Makefile
+++ b/lib/VMCore/Makefile
@@ -9,5 +9,9 @@
LEVEL = ../..
LIBRARYNAME = LLVMCore
+ifeq ($(ARCH),Alpha)
+BUILD_ARCHIVE = 1
+endif
+
include $(LEVEL)/Makefile.common