diff options
Diffstat (limited to 'tools/lli/Makefile')
-rw-r--r-- | tools/lli/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/lli/Makefile b/tools/lli/Makefile index 72cb3d6..617518c 100644 --- a/tools/lli/Makefile +++ b/tools/lli/Makefile @@ -40,10 +40,10 @@ endif # What the Sparc JIT requires ifdef ENABLE_SPARC_JIT CPPFLAGS += -DENABLE_SPARC_JIT - JITLIBS += sparc - ARCHLIBS += sched livevar instrument.a profpaths \ - bcwriter transforms.a ipo.a ipa.a datastructure.a regalloc \ - select + JITLIBS += sparcv9 + ARCHLIBS += sched sparcv9livevar instrument.a profpaths \ + bcwriter transforms.a ipo.a ipa.a datastructure.a \ + sparcv9regalloc sparcv9select endif USEDLIBS = lli-interpreter $(JITLIBS) $(ARCHLIBS) scalaropts analysis.a \ |