From: Chris Lattner Date: Sun, 5 Feb 2006 08:30:45 +0000 (+0000) Subject: SparcV8 -> Sparc X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=cb0dfba9e117f3eba5d0287a0571bf52e5780fb5;p=oota-llvm.git SparcV8 -> Sparc git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26008 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llc/Makefile b/tools/llc/Makefile index 031012a8e58..c1f84a573d5 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