mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
Switch to using llvm-config to select components to link in.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30085 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ef0d0f12f0
commit
9bf8ea26a9
@ -6,10 +6,10 @@
|
||||
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
||||
#
|
||||
##===----------------------------------------------------------------------===##
|
||||
|
||||
LEVEL = ../..
|
||||
TOOLNAME = llvm-as
|
||||
USEDLIBS = LLVMAsmParser.a LLVMBCWriter.a LLVMCore.a \
|
||||
LLVMSupport.a LLVMbzip2.a LLVMSystem.a
|
||||
LINK_COMPONENTS := asmparser bcwriter
|
||||
REQUIRES_EH := 1
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
Loading…
Reference in New Issue
Block a user