mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
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
This commit is contained in:
parent
6f6fef8c26
commit
cabda2134e
@ -1,7 +1,7 @@
|
|||||||
LEVEL = ../..
|
LEVEL = ../..
|
||||||
|
|
||||||
TOOLNAME = gccas
|
TOOLNAME = gccas
|
||||||
USEDLIBS = asmparser bcwriter transforms ipo scalaropts analysis \
|
USEDLIBS = asmparser bcwriter transforms ipo.a ipa.a scalaropts analysis.a \
|
||||||
target.a transformutils ipa datastructure vmcore support.a
|
target.a transformutils vmcore support.a
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.common
|
include $(LEVEL)/Makefile.common
|
||||||
|
Loading…
Reference in New Issue
Block a user