From 806024f7a319aed9458cd35aa8b69645e473f7fb Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 5 Feb 2006 08:30:45 +0000 Subject: [PATCH] SparcV8 -> Sparc llvm-svn: 26008 --- llvm/tools/llc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/tools/llc/Makefile b/llvm/tools/llc/Makefile index 031012a8e58b..c1f84a573d55 100644 --- a/llvm/tools/llc/Makefile +++ b/llvm/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