aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/Makefile
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
commit9ca65c7110fd9ffa73c64bf2a7f3345ba58bac15 (patch)
treee917c69ab06d509ab6687d92bec49968d93e5ff7 /lib/VMCore/Makefile
parent875f360e227a28feeed77e197038fa61beb97652 (diff)
downloadexternal_llvm-9ca65c7110fd9ffa73c64bf2a7f3345ba58bac15.zip
external_llvm-9ca65c7110fd9ffa73c64bf2a7f3345ba58bac15.tar.gz
external_llvm-9ca65c7110fd9ffa73c64bf2a7f3345ba58bac15.tar.bz2
only build .a on alpha
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22787 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 7a01f4c..6bae97f 100644
--- a/lib/VMCore/Makefile
+++ b/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