diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/BrainF/Makefile | 3 | ||||
-rw-r--r-- | examples/Fibonacci/Makefile | 3 | ||||
-rw-r--r-- | examples/HowToUseJIT/Makefile | 3 |
3 files changed, 0 insertions, 9 deletions
diff --git a/examples/BrainF/Makefile b/examples/BrainF/Makefile index 2e2cb6d1ae0..2c3e0662523 100644 --- a/examples/BrainF/Makefile +++ b/examples/BrainF/Makefile @@ -9,9 +9,6 @@ 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 nativecodegen interpreter diff --git a/examples/Fibonacci/Makefile b/examples/Fibonacci/Makefile index d89119add7b..71f6ba0ef52 100644 --- a/examples/Fibonacci/Makefile +++ b/examples/Fibonacci/Makefile @@ -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 diff --git a/examples/HowToUseJIT/Makefile b/examples/HowToUseJIT/Makefile index c61e9e12b85..c8919db90cc 100644 --- a/examples/HowToUseJIT/Makefile +++ b/examples/HowToUseJIT/Makefile @@ -9,9 +9,6 @@ LEVEL = ../.. TOOLNAME = HowToUseJIT 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 interpreter nativecodegen |