SparcV8 -> Sparc
authorChris Lattner <sabre@nondot.org>
Sun, 5 Feb 2006 08:30:45 +0000 (08:30 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 5 Feb 2006 08:30:45 +0000 (08:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26008 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llc/Makefile

index 031012a8e58bda7a137a9e1cc3411b95c0c3742f..c1f84a573d55ba86e46da91460e5c73eb8a66f1d 100644 (file)
@@ -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