X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=examples%2FFibonacci%2FMakefile;h=c99110a2211996c42a0569b28b5851be1f341a60;hb=ac6ac4cb6c567726b5ea8c823906a4ab6c8c089a;hp=71f6ba0ef52ed18e891f8f4112e984661391c232;hpb=c40c8b333d1b4f885ee0f972f2b91965f3d683fd;p=oota-llvm.git diff --git a/examples/Fibonacci/Makefile b/examples/Fibonacci/Makefile index 71f6ba0ef52..c99110a2211 100644 --- a/examples/Fibonacci/Makefile +++ b/examples/Fibonacci/Makefile @@ -12,6 +12,6 @@ TOOLNAME = Fibonacci EXAMPLE_TOOL = 1 # Link in JIT support -LINK_COMPONENTS := jit interpreter nativecodegen +LINK_COMPONENTS := interpreter mcjit nativecodegen include $(LEVEL)/Makefile.common