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

Reid Spencer reid at x10sys.com
Sun Aug 29 12:29:51 PDT 2004



Changes in directory llvm/tools/gccas:

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

Add the LLVMsystem.a library as it is now used for operating system
independence of the tool.


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

Index: llvm/tools/gccas/Makefile
diff -u llvm/tools/gccas/Makefile:1.16 llvm/tools/gccas/Makefile:1.17
--- llvm/tools/gccas/Makefile:1.16	Mon Oct 20 17:27:26 2003
+++ llvm/tools/gccas/Makefile	Sun Aug 29 14:29:38 2004
@@ -10,6 +10,6 @@
 
 TOOLNAME = gccas
 USEDLIBS = asmparser bcwriter transforms ipo.a ipa.a scalaropts analysis.a \
-           target.a transformutils vmcore support.a
+           target.a transformutils vmcore support.a LLVMsystem.a
 
 include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list