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