Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 of
[oota-llvm.git] / examples / Fibonacci / Makefile
index 71f6ba0ef52ed18e891f8f4112e984661391c232..d89119add7be1ad88b150f9a269ffb77444e8924 100644 (file)
@@ -10,6 +10,9 @@
 LEVEL = ../..
 TOOLNAME = Fibonacci
 EXAMPLE_TOOL = 1
+# To keep the shared library working, we link a few of the examples
+# against it unconditionally.
+ENABLE_SHARED = 1
 
 # Link in JIT support
 LINK_COMPONENTS := jit interpreter nativecodegen