link with static versions of some libs to avoid having to pull in all of ipo/ipa...
authorChris Lattner <sabre@nondot.org>
Wed, 22 Jan 2003 22:14:04 +0000 (22:14 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 22 Jan 2003 22:14:04 +0000 (22:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5402 91177308-0d34-0410-b5e6-96231b3b80d8

tools/gccas/Makefile

index 26e2c460631dc110197c923c73c29237273ea8aa..f1743ed4f3a0a77ca1615c03f987bfe9bd77f3b5 100644 (file)
@@ -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