summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.Linux6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.Linux b/Makefile.Linux
index ca3c16fc1a..bb714e4f03 100644
--- a/Makefile.Linux
+++ b/Makefile.Linux
@@ -29,3 +29,9 @@ endif
# LLC itself can be run so disable the diffs, not LLC itself.
#
DISABLE_LLC_DIFFS := 1
+
+# This platform has a JIT compiler! FIXME: This should be changed to be an
+# option printed by LLI itself at some point.
+#
+TARGET_HAS_JIT := 1
+