aboutsummaryrefslogtreecommitdiffstats
path: root/tools/jello/Makefile
blob: 3543c82b79e52e08ec02442f244d222ae640291c (plain)
1
2
3
4
5
6
7
8
9
10
LEVEL = ../..
TOOLNAME = jello
USEDLIBS = bcreader vmcore codegen x86 support.a target.a

# Have gcc tell the linker to export symbols from the program so that
# dynamically loaded modules can be linked against them.
#
TOOLLINKOPTS = -ldl $(ExportSymbols)

include $(LEVEL)/Makefile.common