Changes in directory llvm/tools/llc:
Makefile updated: 1.79 -> 1.80 --- Log message: Never link in sparcv9 --- Diffs of the changes: (+0 -10) Makefile | 10 ---------- 1 files changed, 10 deletions(-) Index: llvm/tools/llc/Makefile diff -u llvm/tools/llc/Makefile:1.79 llvm/tools/llc/Makefile:1.80 --- llvm/tools/llc/Makefile:1.79 Thu Feb 16 15:10:57 2006 +++ llvm/tools/llc/Makefile Thu Apr 20 12:07:46 2006 @@ -23,16 +23,6 @@ USEDLIBS += LLVMCBackend endif -# Check for Sparc target -ifneq ($(strip $(filter SparcV9,$(TARGETS_TO_BUILD))),) -USEDLIBS += \ - LLVMSparcV9ModuloSched \ - LLVMSparcV9 \ - LLVMSparcV9RegAlloc \ - LLVMSparcV9InstrSched \ - LLVMSparcV9LiveVar -endif - 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