summaryrefslogtreecommitdiff
path: root/tools/lli/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lli/Makefile')
-rw-r--r--tools/lli/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lli/Makefile b/tools/lli/Makefile
index 7ca5c60e980..cc84a6ce5e7 100644
--- a/tools/lli/Makefile
+++ b/tools/lli/Makefile
@@ -19,7 +19,7 @@ endif
# What the X86 JIT requires
ifdef ENABLE_X86_JIT
CPPFLAGS += -DENABLE_X86_JIT
- JITLIBS += x86
+ JITLIBS += x86 selection
# X86 doesn't require any ARCHLIBS
endif