summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2005-08-14 15:14:34 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2005-08-14 15:14:34 +0000
commited07233868f7467b40df9c03af6b6d0e96d77d0a (patch)
tree877186493d357a8e34f5d39a8b135a1dbbebf096 /llvm
parent4d959f66270b1836bffd700bb78193777dfa8348 (diff)
downloadbcm5719-llvm-ed07233868f7467b40df9c03af6b6d0e96d77d0a.tar.gz
bcm5719-llvm-ed07233868f7467b40df9c03af6b6d0e96d77d0a.zip
only build .a on alpha
llvm-svn: 22787
Diffstat (limited to 'llvm')
-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 7a01f4cb3c3..6bae97f3094 100644
--- a/llvm/lib/VMCore/Makefile
+++ b/llvm/lib/VMCore/Makefile
@@ -8,7 +8,11 @@
##===----------------------------------------------------------------------===##
LEVEL = ../..
LIBRARYNAME = LLVMCore
+
+include $(LEVEL)/Makefile.config
+ifeq ($(ARCH),Alpha)
BUILD_ARCHIVE = 1
+endif
include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud