llvm-6502/tools/jello/Makefile

11 lines
286 B
Makefile
Raw Normal View History

LEVEL = ../..
TOOLNAME = jello
USEDLIBS = bcreader vmcore codegen x86 support.a target.a scalaropts.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