From: Andrew Lenharth Date: Sat, 13 Aug 2005 14:58:23 +0000 (+0000) Subject: Testing a variable before it is defined doesn't work so well. It is a fairly small... X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=40b37cc28dfaa43c32269342295312e7af966bb8;p=oota-llvm.git Testing a variable before it is defined doesn't work so well. It is a fairly small thing, so just let everyone build the .a file git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22783 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/VMCore/Makefile b/lib/VMCore/Makefile index 8c95e08d8ed..7a01f4cb3c3 100644 --- a/lib/VMCore/Makefile +++ b/lib/VMCore/Makefile @@ -8,10 +8,7 @@ ##===----------------------------------------------------------------------===## LEVEL = ../.. LIBRARYNAME = LLVMCore - -ifeq ($(ARCH),Alpha) BUILD_ARCHIVE = 1 -endif include $(LEVEL)/Makefile.common