diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2004-02-25 19:08:12 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2004-02-25 19:08:12 +0000 |
commit | 150666fd82f96a8615e63d3797e2d00f3edcb3e0 (patch) | |
tree | c004d449da4f6e6d623edf4d1ae3158f31dcacd3 /tools/lli/Makefile | |
parent | e3d6807ab50d52f72333c1f892500b664c797b13 (diff) |
Great renaming part II: Sparc --> SparcV9 (also includes command-line options and Makefiles)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11827 91177308-0d34-0410-b5e6-96231b3b80d8
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 72cb3d6f82..617518c7c1 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 \ |