diff options
Diffstat (limited to 'tools/llvm-ld/Makefile')
-rw-r--r-- | tools/llvm-ld/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-ld/Makefile b/tools/llvm-ld/Makefile index 1baae4a..34d6dc6 100644 --- a/tools/llvm-ld/Makefile +++ b/tools/llvm-ld/Makefile @@ -13,6 +13,6 @@ TOOLNAME = llvm-ld USEDLIBS = LLVMipo.a LLVMTransforms.a LLVMScalarOpts.a LLVMAnalysis.a \ LLVMipa.a LLVMTransformUtils.a LLVMTarget.a LLVMLinker.a \ LLVMArchive.a LLVMBCReader LLVMBCWriter \ - LLVMCore LLVMSupport.a LLVMSystem.a + LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a include $(LEVEL)/Makefile.common |