summaryrefslogtreecommitdiff
path: root/tools/lli/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lli/Makefile')
-rw-r--r--tools/lli/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/lli/Makefile b/tools/lli/Makefile
index 7aab305770..f710dc081a 100644
--- a/tools/lli/Makefile
+++ b/tools/lli/Makefile
@@ -2,6 +2,9 @@ LEVEL = ../..
TOOLNAME = lli
PARALLEL_DIRS = Interpreter JIT
+# Get the config name...
+include $(LEVEL)/Makefile.config
+
# Generic JIT libraries
JITLIBS = lli-jit codegen
ARCHLIBS =
@@ -10,6 +13,8 @@ ARCHLIBS =
JITLIBS += x86
# X86 doesn't require any ARCHLIBS
+
+
# What the Sparc JIT requires
ifeq ($(ARCH),Sparc)
JITLIBS += sparc