summaryrefslogtreecommitdiff
path: root/tools/llc/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-02-16 21:10:57 +0000
committerChris Lattner <sabre@nondot.org>2006-02-16 21:10:57 +0000
commit27630d500e1b9f8be2f35a6ec1910014cf63e68f (patch)
treef98c553674ea43d6391980822f8d0b54f9178c46 /tools/llc/Makefile
parent10cd9bbde7bda0b125cb5153f330ddc1f8509bd1 (diff)
downloadllvm-27630d500e1b9f8be2f35a6ec1910014cf63e68f.tar.gz
llvm-27630d500e1b9f8be2f35a6ec1910014cf63e68f.tar.bz2
llvm-27630d500e1b9f8be2f35a6ec1910014cf63e68f.tar.xz
remove support for the skeleton target
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26236 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llc/Makefile')
-rw-r--r--tools/llc/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/llc/Makefile b/tools/llc/Makefile
index c1f84a573d..cb371d88b5 100644
--- a/tools/llc/Makefile
+++ b/tools/llc/Makefile
@@ -23,11 +23,6 @@ ifneq ($(strip $(filter CBackend,$(TARGETS_TO_BUILD))),)
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 += \