summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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