From cb0dfba9e117f3eba5d0287a0571bf52e5780fb5 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 5 Feb 2006 08:30:45 +0000 Subject: [PATCH] SparcV8 -> Sparc git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26008 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.34.1