summaryrefslogtreecommitdiff
path: root/tools/llc/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-02-05 08:30:45 +0000
committerChris Lattner <sabre@nondot.org>2006-02-05 08:30:45 +0000
commitcb0dfba9e117f3eba5d0287a0571bf52e5780fb5 (patch)
treeb72a1821783bedcca17349a066dfb38e2b3a503c /tools/llc/Makefile
parent33872c99bea3ffabec54805da42089401f12658a (diff)
downloadllvm-cb0dfba9e117f3eba5d0287a0571bf52e5780fb5.tar.gz
llvm-cb0dfba9e117f3eba5d0287a0571bf52e5780fb5.tar.bz2
llvm-cb0dfba9e117f3eba5d0287a0571bf52e5780fb5.tar.xz
SparcV8 -> Sparc
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26008 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llc/Makefile')
-rw-r--r--tools/llc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/llc/Makefile b/tools/llc/Makefile
index 031012a8e5..c1f84a573d 100644
--- a/tools/llc/Makefile
+++ b/tools/llc/Makefile
@@ -38,8 +38,8 @@ USEDLIBS += \
LLVMSparcV9LiveVar
endif
-ifneq ($(strip $(filter SparcV8,$(TARGETS_TO_BUILD))),)
-USEDLIBS += LLVMSparcV8
+ifneq ($(strip $(filter Sparc,$(TARGETS_TO_BUILD))),)
+USEDLIBS += LLVMSparc
endif