forked from OSchip/llvm-project
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:
parent
2d4945580f
commit
208e6e6ff0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue