only build .a on alpha

llvm-svn: 22787
This commit is contained in:
Andrew Lenharth 2005-08-14 15:14:34 +00:00
parent 89f12b7721
commit 972c05771c

View File

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