aboutsummaryrefslogtreecommitdiffstats
path: root/examples/BrainF/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/BrainF/Makefile')
-rw-r--r--examples/BrainF/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/BrainF/Makefile b/examples/BrainF/Makefile
index 2c3e066..3e36e07 100644
--- a/examples/BrainF/Makefile
+++ b/examples/BrainF/Makefile
@@ -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