diff --git a/lib/ExecutionEngine/Makefile b/lib/ExecutionEngine/Makefile index 683df154e7d..666a1f69b54 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 \ - select preopts + select endif USEDLIBS = lli-interpreter $(JITLIBS) $(ARCHLIBS) scalaropts analysis.a \ diff --git a/tools/llc/Makefile b/tools/llc/Makefile index 213530d0b26..76008efcf25 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 683df154e7d..666a1f69b54 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 \