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

Chris Lattner lattner at cs.uiuc.edu
Wed Jan 22 16:15:01 PST 2003


Changes in directory llvm/tools/gccas:

Makefile updated: 1.14 -> 1.15

---
Log message:

link with static versions of some libs to avoid having to pull in all of ipo/ipa and datastructure at all


---
Diffs of the changes:

Index: llvm/tools/gccas/Makefile
diff -u llvm/tools/gccas/Makefile:1.14 llvm/tools/gccas/Makefile:1.15
--- llvm/tools/gccas/Makefile:1.14	Fri Oct 25 16:17:34 2002
+++ llvm/tools/gccas/Makefile	Wed Jan 22 16:14:04 2003
@@ -1,7 +1,7 @@
 LEVEL = ../..
 
 TOOLNAME = gccas
-USEDLIBS = asmparser bcwriter transforms ipo scalaropts analysis \
-           target.a transformutils ipa datastructure vmcore support.a
+USEDLIBS = asmparser bcwriter transforms ipo.a ipa.a scalaropts analysis.a \
+           target.a transformutils vmcore support.a
 
 include $(LEVEL)/Makefile.common





More information about the llvm-commits mailing list