[llvm-commits] CVS: llvm/tools/llc/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Thu Apr 20 10:07:57 PDT 2006
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
More information about the llvm-commits
mailing list