Merging r258436:
[oota-llvm.git] / examples / BrainF / Makefile
index b1d2a61261f8455e1176c969a2b2521dddaecf78..3e36e0761758d6920715cf03f076c7e821012e3f 100644 (file)
@@ -10,6 +10,6 @@ LEVEL = ../..
 TOOLNAME = BrainF
 EXAMPLE_TOOL = 1
 
-LINK_COMPONENTS := jit bitwriter native interpreter
+LINK_COMPONENTS := mcjit bitwriter nativecodegen interpreter
 
 include $(LEVEL)/Makefile.common