aboutsummaryrefslogtreecommitdiffstats
path: root/examples/Kaleidoscope/Chapter7/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Kaleidoscope/Chapter7/Makefile')
-rw-r--r--examples/Kaleidoscope/Chapter7/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Kaleidoscope/Chapter7/Makefile b/examples/Kaleidoscope/Chapter7/Makefile
index 8911d52560..6cec323efd 100644
--- a/examples/Kaleidoscope/Chapter7/Makefile
+++ b/examples/Kaleidoscope/Chapter7/Makefile
@@ -11,6 +11,6 @@ TOOLNAME = Kaleidoscope-Ch7
EXAMPLE_TOOL = 1
REQUIRES_RTTI := 1
-LINK_COMPONENTS := core jit interpreter native
+LINK_COMPONENTS := core jit native
include $(LEVEL)/Makefile.common