summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/ExecutionEngine/Makefile2
-rw-r--r--tools/llc/Makefile3
-rw-r--r--tools/lli/Makefile2
3 files changed, 3 insertions, 4 deletions
diff --git a/lib/ExecutionEngine/Makefile b/lib/ExecutionEngine/Makefile
index cc84a6ce5e..883a906b33 100644
--- a/lib/ExecutionEngine/Makefile
+++ b/lib/ExecutionEngine/Makefile
@@ -36,7 +36,7 @@ ifdef ENABLE_SPARC_JIT
JITLIBS += sparc
ARCHLIBS += sched livevar instrument.a profpaths \
bcwriter transforms.a ipo.a ipa.a datastructure.a regalloc \
- mapping select postopts.a preopts
+ select postopts.a preopts
endif
USEDLIBS = lli-interpreter $(JITLIBS) $(ARCHLIBS) scalaropts analysis.a \
diff --git a/tools/llc/Makefile b/tools/llc/Makefile
index c49b5232fe..fd2b605896 100644
--- a/tools/llc/Makefile
+++ b/tools/llc/Makefile
@@ -1,7 +1,6 @@
LEVEL = ../..
TOOLNAME = llc
-USEDLIBS = mapping \
- sparc \
+USEDLIBS = sparc \
x86 \
selection \
regalloc \
diff --git a/tools/lli/Makefile b/tools/lli/Makefile
index cc84a6ce5e..883a906b33 100644
--- a/tools/lli/Makefile
+++ b/tools/lli/Makefile
@@ -36,7 +36,7 @@ ifdef ENABLE_SPARC_JIT
JITLIBS += sparc
ARCHLIBS += sched livevar instrument.a profpaths \
bcwriter transforms.a ipo.a ipa.a datastructure.a regalloc \
- mapping select postopts.a preopts
+ select postopts.a preopts
endif
USEDLIBS = lli-interpreter $(JITLIBS) $(ARCHLIBS) scalaropts analysis.a \