aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/llc/Makefile1
-rw-r--r--tools/lli/Makefile2
2 files changed, 1 insertions, 2 deletions
diff --git a/tools/llc/Makefile b/tools/llc/Makefile
index 213530d..76008ef 100644
--- a/tools/llc/Makefile
+++ b/tools/llc/Makefile
@@ -7,7 +7,6 @@ USEDLIBS = sparc \
sched \
select \
codegen \
- preopts \
target.a \
livevar \
transforms.a \
diff --git a/tools/lli/Makefile b/tools/lli/Makefile
index 683df15..666a1f6 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 \
- select preopts
+ select
endif
USEDLIBS = lli-interpreter $(JITLIBS) $(ARCHLIBS) scalaropts analysis.a \