1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

Fix some problems linking stuff in libTarget.

llvm-svn: 28218
This commit is contained in:
Owen Anderson 2006-05-11 03:10:15 +00:00
parent 03fa9eb65e
commit 0fbf479d8e

View File

@ -629,7 +629,7 @@ ifdef ENABLE_ALPHA_JIT
endif
LLVMLIBS := $(JIT_LIBS) LLVMScalarOpts.a LLVMTransformUtils.a LLVMAnalysis.a \
LLVMBCReader LLVMCore LLVMSupport.a LLVMTarget.a LLVMbzip2 \
LLVMBCReader LLVMTarget.a LLVMCore LLVMSupport.a LLVMbzip2 \
LLVMSystem.a $(PLATFORMLIBDL)
endif