summaryrefslogtreecommitdiff
path: root/tools/gccas/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gccas/Makefile')
-rw-r--r--tools/gccas/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gccas/Makefile b/tools/gccas/Makefile
index 9ff0343445..37404d4b5f 100644
--- a/tools/gccas/Makefile
+++ b/tools/gccas/Makefile
@@ -10,6 +10,6 @@ LEVEL = ../..
TOOLNAME = gccas
USEDLIBS = asmparser bcwriter transforms ipo.a ipa.a scalaropts analysis.a \
- target.a transformutils vmcore support.a
+ target.a transformutils vmcore support.a LLVMsystem.a
include $(LEVEL)/Makefile.common