Testing a variable before it is defined doesn't work so well. It is a fairly small...
authorAndrew Lenharth <andrewl@lenharth.org>
Sat, 13 Aug 2005 14:58:23 +0000 (14:58 +0000)
committerAndrew Lenharth <andrewl@lenharth.org>
Sat, 13 Aug 2005 14:58:23 +0000 (14:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22783 91177308-0d34-0410-b5e6-96231b3b80d8

lib/VMCore/Makefile

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