ReleaseNotes: shrink-wrapping; by Quentin Colombet
[oota-llvm.git] / examples / BrainF / Makefile
index 2e2cb6d1ae03a4978b4c9b9077e94f53ea497be6..3e36e0761758d6920715cf03f076c7e821012e3f 100644 (file)
@@ -9,10 +9,7 @@
 LEVEL = ../..
 TOOLNAME = BrainF
 EXAMPLE_TOOL = 1
-# To keep the shared library working, we link a few of the examples
-# against it unconditionally.
-ENABLE_SHARED = 1
 
-LINK_COMPONENTS := jit bitwriter nativecodegen interpreter
+LINK_COMPONENTS := mcjit bitwriter nativecodegen interpreter
 
 include $(LEVEL)/Makefile.common