summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-db
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2004-02-25 19:08:12 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2004-02-25 19:08:12 +0000
commit068b4596d459cb59c25c496d2b29f47445dab63c (patch)
treef963a6f91f386ac7a7190d8d38c8d85f932003ee /llvm/tools/llvm-db
parent94e95d2b3eaaf3404b9306c7f402a26beb18c9c4 (diff)
downloadbcm5719-llvm-068b4596d459cb59c25c496d2b29f47445dab63c.tar.gz
bcm5719-llvm-068b4596d459cb59c25c496d2b29f47445dab63c.zip
Great renaming part II: Sparc --> SparcV9 (also includes command-line options and Makefiles)
llvm-svn: 11827
Diffstat (limited to 'llvm/tools/llvm-db')
-rw-r--r--llvm/tools/llvm-db/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/tools/llvm-db/Makefile b/llvm/tools/llvm-db/Makefile
index e261f81c60c..c7e4850e6a5 100644
--- a/llvm/tools/llvm-db/Makefile
+++ b/llvm/tools/llvm-db/Makefile
@@ -41,10 +41,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 \
OpenPOWER on IntegriCloud