Remove asmprinters from examples by default. This reduces their size by ~5%
[oota-llvm.git] / examples / BrainF / Makefile
index b1d2a61261f8455e1176c969a2b2521dddaecf78..2c3e0662523d4fe97f5190ed3fc4d2e2a9455c63 100644 (file)
@@ -10,6 +10,6 @@ LEVEL = ../..
 TOOLNAME = BrainF
 EXAMPLE_TOOL = 1
 
-LINK_COMPONENTS := jit bitwriter native interpreter
+LINK_COMPONENTS := jit bitwriter nativecodegen interpreter
 
 include $(LEVEL)/Makefile.common