1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-03-30 20:34:21 +00:00
2002-11-04 20:50:57 +00:00

11 lines
283 B
Makefile

LEVEL = ../..
TOOLNAME = lli
USEDLIBS = bcreader vmcore analysis.a support.a target.a transforms.a
# Have gcc tell the linker to export symbols from the program so that
# dynamically loaded modules can be linked against them.
#
TOOLLINKOPTS = -ldl
include $(LEVEL)/Makefile.common