mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Convert over to new style of Makefile, where there is a difference between .o and .a libraries.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3000 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
aa852bbb50
commit
40ac148c1d
@ -1,6 +1,8 @@
|
||||
LEVEL = ../..
|
||||
TOOLNAME = analyze
|
||||
USEDLIBS = asmparser bcreader scalaropts transforms analysis ipa datastructure transformutils vmcore support
|
||||
USEDLIBS = asmparser bcreader scalaropts.a transforms.a analysis ipa \
|
||||
datastructure transformutils.a vmcore support
|
||||
TOOLLINKOPTS = -ldl
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user