[llvm-commits] CVS: llvm/Makefile.rules

Chris Lattner lattner at cs.uiuc.edu
Thu Apr 20 10:52:12 PDT 2006



Changes in directory llvm:

Makefile.rules updated: 1.363 -> 1.364
---
Log message:

Remove V9 jit support


---
Diffs of the changes:  (+0 -15)

 Makefile.rules |   15 ---------------
 1 files changed, 15 deletions(-)


Index: llvm/Makefile.rules
diff -u llvm/Makefile.rules:1.363 llvm/Makefile.rules:1.364
--- llvm/Makefile.rules:1.363	Wed Apr 19 13:45:29 2006
+++ llvm/Makefile.rules	Thu Apr 20 12:52:00 2006
@@ -608,21 +608,6 @@
   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.






More information about the llvm-commits mailing list