Changes in directory llvm/tools/llc:

Makefile updated: 1.77 -> 1.78
---
Log message:

SparcV8 -> Sparc


---
Diffs of the changes:  (+2 -2)

 Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/tools/llc/Makefile
diff -u llvm/tools/llc/Makefile:1.77 llvm/tools/llc/Makefile:1.78
--- llvm/tools/llc/Makefile:1.77        Thu Oct 27 10:54:34 2005
+++ llvm/tools/llc/Makefile     Sun Feb  5 02:30:45 2006
@@ -38,8 +38,8 @@
        LLVMSparcV9LiveVar
 endif
 
-ifneq ($(strip $(filter SparcV8,$(TARGETS_TO_BUILD))),)
-USEDLIBS += LLVMSparcV8
+ifneq ($(strip $(filter Sparc,$(TARGETS_TO_BUILD))),)
+USEDLIBS += LLVMSparc
 endif
 
 



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to