summaryrefslogtreecommitdiff
path: root/Makefile.rules
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-04-20 17:52:00 +0000
committerChris Lattner <sabre@nondot.org>2006-04-20 17:52:00 +0000
commit37408e5d23efbcf6f84dfcc5baeb6b54ec41300e (patch)
tree5d5435b19ec5c0903c6296015fd2e5091347c46f /Makefile.rules
parentf4649a501b058fa405d4a5a4a47f8260cc93ab89 (diff)
downloadllvm-37408e5d23efbcf6f84dfcc5baeb6b54ec41300e.tar.gz
llvm-37408e5d23efbcf6f84dfcc5baeb6b54ec41300e.tar.bz2
llvm-37408e5d23efbcf6f84dfcc5baeb6b54ec41300e.tar.xz
Remove V9 jit support
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27891 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules15
1 files changed, 0 insertions, 15 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 462d0f8b33..afeb215c0f 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -608,21 +608,6 @@ ifdef ENABLE_X86_JIT
JIT_LIBS += LLVMX86 LLVMSelectionDAG
endif
-# You can enable the SparcV9 JIT on a non-SparcV9 host by setting the flag
-# ENABLE_SPARCV9_JIT on the make command line. If not, it will still be
-# enabled automagically on an SparcV9 host.
-ifeq ($(ARCH), Sparc)
- ENABLE_SPARCV9_JIT = 1
-endif
-
-# What the Sparc JIT requires
-ifdef ENABLE_SPARCV9_JIT
- JIT_LIBS += LLVMSparcV9 LLVMSparcV9ModuloSched LLVMSparcV9InstrSched \
- LLVMSparcV9LiveVar LLVMInstrumentation.a \
- LLVMBCWriter LLVMTransforms.a LLVMipo.a LLVMipa.a \
- LLVMDataStructure LLVMSparcV9RegAlloc
-endif
-
# You can enable the PowerPC JIT on a non-PowerPC host by setting the flag
# ENABLE_PPC_JIT on the make command line. If not, it will still be
# enabled automagically on an PowerPC host.