summaryrefslogtreecommitdiff
path: root/tools/gccld/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gccld/Makefile')
-rw-r--r--tools/gccld/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/gccld/Makefile b/tools/gccld/Makefile
index 2915c6b056..0ecc9e15d1 100644
--- a/tools/gccld/Makefile
+++ b/tools/gccld/Makefile
@@ -10,8 +10,9 @@
LEVEL = ../..
TOOLNAME = gccld
-USEDLIBS = LLVMipo.a LLVMTransforms.a LLVMScalarOpts.a LLVMAnalysis.a LLVMipa.a \
- LLVMTransformUtils.a LLVMTarget.a LLVMBCReader LLVMBCWriter LLVMCore \
- LLVMSupport.a LLVMSystem.a
+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
include $(LEVEL)/Makefile.common