[llvm-commits] CVS: llvm/tools/llc/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Sun Feb 5 00:30:57 PST 2006
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
More information about the llvm-commits
mailing list