Remove the 'N' modifier from llvm-ar.
[oota-llvm.git] / examples / Fibonacci / Makefile
index d89119add7be1ad88b150f9a269ffb77444e8924..71f6ba0ef52ed18e891f8f4112e984661391c232 100644 (file)
@@ -10,9 +10,6 @@
 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