summaryrefslogtreecommitdiffstats
path: root/llvm/lib
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
commit6b62b479faffc5885d18038af74f4052d82d9889 (patch)
treef64f243e713cb0bb33b347f5ed558065ec69a7b5 /llvm/lib
parent89c1dfc7336509e7fa2a78dba5705410508a4d95 (diff)
downloadbcm5719-llvm-6b62b479faffc5885d18038af74f4052d82d9889.tar.gz
bcm5719-llvm-6b62b479faffc5885d18038af74f4052d82d9889.zip
Fix oversized GOT problem with gcc-4 on alpha
llvm-svn: 22777
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/VMCore/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/lib/VMCore/Makefile b/llvm/lib/VMCore/Makefile
index d3df2bfe785..8c95e08d8ed 100644
--- a/llvm/lib/VMCore/Makefile
+++ b/llvm/lib/VMCore/Makefile
@@ -9,5 +9,9 @@
LEVEL = ../..
LIBRARYNAME = LLVMCore
+ifeq ($(ARCH),Alpha)
+BUILD_ARCHIVE = 1
+endif
+
include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud