diff options
author | Chris Lattner <sabre@nondot.org> | 2006-02-16 21:10:57 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-02-16 21:10:57 +0000 |
commit | e5002f3e095eb94d1df1e012aba80cc261c5d7c0 (patch) | |
tree | eb17523892b2147a8eda50e62d1874b8de7a5640 | |
parent | fa335f6083ebc0f6e5d0d90866c0db0761df37f5 (diff) | |
download | bcm5719-llvm-e5002f3e095eb94d1df1e012aba80cc261c5d7c0.tar.gz bcm5719-llvm-e5002f3e095eb94d1df1e012aba80cc261c5d7c0.zip |
remove support for the skeleton target
llvm-svn: 26236
-rw-r--r-- | llvm/tools/llc/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/tools/llc/Makefile b/llvm/tools/llc/Makefile index c1f84a573d5..cb371d88b53 100644 --- a/llvm/tools/llc/Makefile +++ b/llvm/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 += \ |