Remove asmprinters from examples by default. This reduces their size by ~5%
[oota-llvm.git] / examples / Fibonacci / Makefile
index 04d9caef3d77ae13d9686d52e6e5c4f956a2544b..71f6ba0ef52ed18e891f8f4112e984661391c232 100644 (file)
@@ -12,6 +12,6 @@ TOOLNAME = Fibonacci
 EXAMPLE_TOOL = 1
 
 # Link in JIT support
-LINK_COMPONENTS := jit interpreter native
+LINK_COMPONENTS := jit interpreter nativecodegen
 
 include $(LEVEL)/Makefile.common