X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=examples%2FFibonacci%2FMakefile;fp=examples%2FFibonacci%2FMakefile;h=71f6ba0ef52ed18e891f8f4112e984661391c232;hp=04d9caef3d77ae13d9686d52e6e5c4f956a2544b;hb=c40c8b333d1b4f885ee0f972f2b91965f3d683fd;hpb=0bd89712c03c59ea43ce37763685e7f7c0bdd977 diff --git a/examples/Fibonacci/Makefile b/examples/Fibonacci/Makefile index 04d9caef3d7..71f6ba0ef52 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 native +LINK_COMPONENTS := jit interpreter nativecodegen include $(LEVEL)/Makefile.common