aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gccld/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gccld/Makefile')
-rw-r--r--tools/gccld/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gccld/Makefile b/tools/gccld/Makefile
index 0ecc9e1..c13e4f5 100644
--- a/tools/gccld/Makefile
+++ b/tools/gccld/Makefile
@@ -13,6 +13,6 @@ TOOLNAME = gccld
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