3543c82b79e52e08ec02442f244d222ae640291c
[oota-llvm.git] / tools / jello / Makefile
1 LEVEL = ../..
2 TOOLNAME = jello
3 USEDLIBS = bcreader vmcore codegen x86 support.a target.a
4
5 # Have gcc tell the linker to export symbols from the program so that
6 # dynamically loaded modules can be linked against them.
7 #
8 TOOLLINKOPTS = -ldl $(ExportSymbols)
9
10 include $(LEVEL)/Makefile.common