diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/llc/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/llc/Makefile b/tools/llc/Makefile index c1f84a5..cb371d8 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 += \ |