summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/llc/Makefile3
-rw-r--r--tools/lli/Makefile2
2 files changed, 2 insertions, 3 deletions
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 \