only build .a on alpha
authorAndrew Lenharth <andrewl@lenharth.org>
Sun, 14 Aug 2005 15:14:34 +0000 (15:14 +0000)
committerAndrew Lenharth <andrewl@lenharth.org>
Sun, 14 Aug 2005 15:14:34 +0000 (15:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22787 91177308-0d34-0410-b5e6-96231b3b80d8

lib/VMCore/Makefile

index 7a01f4cb3c3ae9a8c185960b8313ab157946f411..6bae97f309454fdd73fef81676189210697199ac 100644 (file)
@@ -8,7 +8,11 @@
 ##===----------------------------------------------------------------------===##
 LEVEL = ../..
 LIBRARYNAME = LLVMCore
+
+include $(LEVEL)/Makefile.config
+ifeq ($(ARCH),Alpha)
 BUILD_ARCHIVE = 1
+endif
 
 include $(LEVEL)/Makefile.common