summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2005-08-13 14:58:23 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2005-08-13 14:58:23 +0000
commit107a0a76903acfe0d54e8fdbf2952ada6745b71b (patch)
treea707fa2c8fed8fb741ffa8dedb010a131f4873a4 /llvm
parent47d3ec3525544c0b3403b712608dacead8962e1a (diff)
downloadbcm5719-llvm-107a0a76903acfe0d54e8fdbf2952ada6745b71b.tar.gz
bcm5719-llvm-107a0a76903acfe0d54e8fdbf2952ada6745b71b.zip
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
llvm-svn: 22783
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/VMCore/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/VMCore/Makefile b/llvm/lib/VMCore/Makefile
index 8c95e08d8ed..7a01f4cb3c3 100644
--- a/llvm/lib/VMCore/Makefile
+++ b/llvm/lib/VMCore/Makefile
@@ -8,10 +8,7 @@
##===----------------------------------------------------------------------===##
LEVEL = ../..
LIBRARYNAME = LLVMCore
-
-ifeq ($(ARCH),Alpha)
BUILD_ARCHIVE = 1
-endif
include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud