diff options
| author | Chris Lattner <sabre@nondot.org> | 2006-09-04 04:47:49 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2006-09-04 04:47:49 +0000 |
| commit | 36bf108d71710d8d7c0a765e175a1a62ce9d4190 (patch) | |
| tree | 464f9662d066c2f0e9b94ef0de7185a1401e28a3 /llvm/tools/llvm-as | |
| parent | f9ac33d8ed5ef0afdbf9d4e3a294a2b4fd56e70c (diff) | |
| download | bcm5719-llvm-36bf108d71710d8d7c0a765e175a1a62ce9d4190.tar.gz bcm5719-llvm-36bf108d71710d8d7c0a765e175a1a62ce9d4190.zip | |
Switch to using llvm-config to select components to link in.
llvm-svn: 30085
Diffstat (limited to 'llvm/tools/llvm-as')
| -rw-r--r-- | llvm/tools/llvm-as/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/tools/llvm-as/Makefile b/llvm/tools/llvm-as/Makefile index bd7c3d3eec0..aa64d066674 100644 --- a/llvm/tools/llvm-as/Makefile +++ b/llvm/tools/llvm-as/Makefile @@ -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 |

