Add bogus conditional branch before stlx
[oota-llvm.git] / examples / Fibonacci / Makefile
index d89119add7be1ad88b150f9a269ffb77444e8924..c99110a2211996c42a0569b28b5851be1f341a60 100644 (file)
 LEVEL = ../..
 TOOLNAME = Fibonacci
 EXAMPLE_TOOL = 1
-# To keep the shared library working, we link a few of the examples
-# against it unconditionally.
-ENABLE_SHARED = 1
 
 # Link in JIT support
-LINK_COMPONENTS := jit interpreter nativecodegen
+LINK_COMPONENTS := interpreter mcjit nativecodegen
 
 include $(LEVEL)/Makefile.common