[llvm-commits] CVS: llvm/tools/llc/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Thu Feb 16 13:11:09 PST 2006
Changes in directory llvm/tools/llc:
Makefile updated: 1.78 -> 1.79
---
Log message:
remove support for the skeleton target
---
Diffs of the changes: (+0 -5)
Makefile | 5 -----
1 files changed, 5 deletions(-)
Index: llvm/tools/llc/Makefile
diff -u llvm/tools/llc/Makefile:1.78 llvm/tools/llc/Makefile:1.79
--- llvm/tools/llc/Makefile:1.78 Sun Feb 5 02:30:45 2006
+++ llvm/tools/llc/Makefile Thu Feb 16 15:10:57 2006
@@ -23,11 +23,6 @@
USEDLIBS += LLVMCBackend
endif
-# Check for Skeleton target
-ifneq ($(strip $(filter Skeleton,$(TARGETS_TO_BUILD))),)
-USEDLIB += LLVMSkeleton
-endif
-
# Check for Sparc target
ifneq ($(strip $(filter SparcV9,$(TARGETS_TO_BUILD))),)
USEDLIBS += \
More information about the llvm-commits
mailing list