mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
only build .a on alpha
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22787 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
875f360e22
commit
9ca65c7110
@ -8,7 +8,11 @@
|
||||
##===----------------------------------------------------------------------===##
|
||||
LEVEL = ../..
|
||||
LIBRARYNAME = LLVMCore
|
||||
|
||||
include $(LEVEL)/Makefile.config
|
||||
ifeq ($(ARCH),Alpha)
|
||||
BUILD_ARCHIVE = 1
|
||||
endif
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user