summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/lli/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lli/Makefile b/tools/lli/Makefile
index 617518c7c1..593459d48a 100644
--- a/tools/lli/Makefile
+++ b/tools/lli/Makefile
@@ -43,7 +43,7 @@ ifdef ENABLE_SPARC_JIT
JITLIBS += sparcv9
ARCHLIBS += sched sparcv9livevar instrument.a profpaths \
bcwriter transforms.a ipo.a ipa.a datastructure.a \
- sparcv9regalloc sparcv9select
+ sparcv9regalloc
endif
USEDLIBS = lli-interpreter $(JITLIBS) $(ARCHLIBS) scalaropts analysis.a \