X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=examples%2FFibonacci%2FMakefile;h=71f6ba0ef52ed18e891f8f4112e984661391c232;hp=b63777eb295eae02d3d67963eec1a154c1198b53;hb=c40c8b333d1b4f885ee0f972f2b91965f3d683fd;hpb=8f631784f70d8b03cffdc4ffe6a2f0fed0ad4438 diff --git a/examples/Fibonacci/Makefile b/examples/Fibonacci/Makefile index b63777eb295..71f6ba0ef52 100644 --- a/examples/Fibonacci/Makefile +++ b/examples/Fibonacci/Makefile @@ -2,8 +2,8 @@ # # The LLVM Compiler Infrastructure # -# This file was developed by Valery A. Khamenya and is distributed under -# the University of Illinois Open Source License. See LICENSE.TXT for details. +# This file is distributed under the University of Illinois Open Source +# License. See LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## @@ -11,7 +11,7 @@ LEVEL = ../.. TOOLNAME = Fibonacci EXAMPLE_TOOL = 1 -# Enable JIT support -LLVMLIBS := JIT +# Link in JIT support +LINK_COMPONENTS := jit interpreter nativecodegen include $(LEVEL)/Makefile.common