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