From: Chris Lattner Date: Wed, 22 Jan 2003 22:14:04 +0000 (+0000) Subject: link with static versions of some libs to avoid having to pull in all of ipo/ipa... X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=cabda2134ee9bb5019d90593c9dc7f631a3a985a;p=oota-llvm.git link with static versions of some libs to avoid having to pull in all of ipo/ipa and datastructure at all git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5402 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/gccas/Makefile b/tools/gccas/Makefile index 26e2c460631..f1743ed4f3a 100644 --- a/tools/gccas/Makefile +++ b/tools/gccas/Makefile @@ -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