Switch to using llvm-config to select components to link in.

llvm-svn: 30085
This commit is contained in:
Chris Lattner 2006-09-04 04:47:49 +00:00
parent f9ac33d8ed
commit 36bf108d71
1 changed files with 2 additions and 2 deletions

View File

@ -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