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

Reid Spencer reid at x10sys.com
Wed Oct 27 16:19:04 PDT 2004



Changes in directory llvm/tools/gccld:

Makefile updated: 1.8 -> 1.9
---
Log message:

Change Library Names Not To Conflict With Others When Installed

---
Diffs of the changes:  (+3 -2)

Index: llvm/tools/gccld/Makefile
diff -u llvm/tools/gccld/Makefile:1.8 llvm/tools/gccld/Makefile:1.9
--- llvm/tools/gccld/Makefile:1.8	Sun Aug 29 14:29:38 2004
+++ llvm/tools/gccld/Makefile	Wed Oct 27 18:18:45 2004
@@ -10,7 +10,8 @@
 LEVEL = ../..
 
 TOOLNAME = gccld
-USEDLIBS = ipo.a transforms.a scalaropts.a analysis.a ipa.a transformutils.a \
-           target.a bcreader bcwriter vmcore support.a LLVMsystem.a
+USEDLIBS = LLVMipo.a LLVMTransforms.a LLVMScalarOpts.a LLVMAnalysis.a LLVMipa.a \
+	   LLVMTransformUtils.a LLVMTarget.a LLVMBCReader LLVMBCWriter LLVMCore \
+	   LLVMSupport.a LLVMSystem.a
 
 include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list