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

Reid Spencer reid at x10sys.com
Thu Nov 25 12:22:23 PST 2004



Changes in directory llvm/tools/gccas:

Makefile updated: 1.19 -> 1.20
---
Log message:

Add LLVMbzip2 library, now required.

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

Index: llvm/tools/gccas/Makefile
diff -u llvm/tools/gccas/Makefile:1.19 llvm/tools/gccas/Makefile:1.20
--- llvm/tools/gccas/Makefile:1.19	Fri Oct 29 18:26:09 2004
+++ llvm/tools/gccas/Makefile	Thu Nov 25 14:22:07 2004
@@ -11,6 +11,6 @@
 TOOLNAME = gccas
 USEDLIBS = LLVMAsmParser LLVMBCWriter LLVMTransforms LLVMipo.a LLVMipa.a \
 	   LLVMScalarOpts LLVMAnalysis.a LLVMTarget.a LLVMTransformUtils \
-	   LLVMCore LLVMSupport.a LLVMSystem.a
+	   LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a
 
 include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list