Fix library names for sparc

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17311 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Brian Gaeke 2004-10-28 06:39:10 +00:00
parent 685f86ac0e
commit d6d8b83742

View File

@ -44,9 +44,9 @@ endif
# What the Sparc JIT requires
ifdef ENABLE_SPARCV9_JIT
JITLIBS += LLVMSparcV9
ARCHLIBS += LLVMSparcV9sched LLVMSparcV9livevar LLVMInstrumentation.a \
LLVMProfilePaths LLVMBCWriter LLVMTransforms.a LLVMipo.a LLVMipa.a \
LLVMDataStructure.a LLVMSparcV9regalloc
ARCHLIBS += LLVMSparcV9InstrSched LLVMSparcV9LiveVar LLVMInstrumentation.a \
LLVMProfilePaths LLVMBCWriter LLVMTransforms.a LLVMipo.a \
LLVMipa.a LLVMDataStructure.a LLVMSparcV9RegAlloc
endif
# You can enable the PowerPC JIT on a non-PowerPC host by setting the flag