Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 of
[oota-llvm.git] / examples / BrainF / Makefile
index b1d2a61261f8455e1176c969a2b2521dddaecf78..2e2cb6d1ae03a4978b4c9b9077e94f53ea497be6 100644 (file)
@@ -9,7 +9,10 @@
 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 native interpreter
+LINK_COMPONENTS := jit bitwriter nativecodegen interpreter
 
 include $(LEVEL)/Makefile.common