[llvm-commits] CVS: llvm/tools/gccld/Makefile

Chris Lattner lattner at cs.uiuc.edu
Sun Sep 3 22:59:50 PDT 2006



Changes in directory llvm/tools/gccld:

Makefile updated: 1.16 -> 1.17
---
Log message:

Use LINK_COMPONENTS to specify *components* to link against instead of
using USED_LIBS to specify *libraries* to link against.


---
Diffs of the changes:  (+1 -4)

 Makefile |    5 +----
 1 files changed, 1 insertion(+), 4 deletions(-)


Index: llvm/tools/gccld/Makefile
diff -u llvm/tools/gccld/Makefile:1.16 llvm/tools/gccld/Makefile:1.17
--- llvm/tools/gccld/Makefile:1.16	Thu Jul  6 19:46:18 2006
+++ llvm/tools/gccld/Makefile	Mon Sep  4 00:59:09 2006
@@ -10,10 +10,7 @@
 LEVEL = ../..
 
 TOOLNAME = gccld
-USEDLIBS = LLVMipo.a LLVMTransforms.a LLVMScalarOpts.a LLVMAnalysis.a \
-           LLVMipa.a LLVMTransformUtils.a LLVMTarget.a LLVMLinker.a \
-           LLVMArchive.a LLVMBCReader.a LLVMBCWriter.a \
-           LLVMCore.a LLVMSupport.a LLVMbzip2.a LLVMSystem.a
+LINK_COMPONENTS = bcreader bcwriter ipo scalaropts ipa linker
 REQUIRES_EH := 1
 
 include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list