summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
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 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