X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=examples%2FFibonacci%2FMakefile;h=c99110a2211996c42a0569b28b5851be1f341a60;hb=7d7668eb6bc4f2b1984e5841b16d87b038256231;hp=b63777eb295eae02d3d67963eec1a154c1198b53;hpb=8f631784f70d8b03cffdc4ffe6a2f0fed0ad4438;p=oota-llvm.git diff --git a/examples/Fibonacci/Makefile b/examples/Fibonacci/Makefile index b63777eb295..c99110a2211 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 := interpreter mcjit nativecodegen include $(LEVEL)/Makefile.common