summaryrefslogtreecommitdiff
path: root/tools/gccas
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gccas')
-rw-r--r--tools/gccas/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/gccas/Makefile b/tools/gccas/Makefile
index 32c10c8865..55b0379941 100644
--- a/tools/gccas/Makefile
+++ b/tools/gccas/Makefile
@@ -9,8 +9,8 @@
LEVEL = ../..
TOOLNAME = gccas
-USEDLIBS = LLVMAsmParser LLVMBCWriter LLVMTransforms.a LLVMipo.a LLVMipa.a \
+USEDLIBS = LLVMAsmParser.a LLVMBCWriter.a LLVMTransforms.a LLVMipo.a LLVMipa.a \
LLVMScalarOpts.a LLVMAnalysis.a LLVMTarget.a LLVMTransformUtils.a \
- LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a
+ LLVMCore.a LLVMSupport.a LLVMbzip2.a LLVMSystem.a
include $(LEVEL)/Makefile.common