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

llvm-svn: 5402
This commit is contained in:
Chris Lattner 2003-01-22 22:14:04 +00:00
parent bd72aa79fc
commit 598270f39d

View 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