summaryrefslogtreecommitdiff
path: root/tools/gccas/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gccas/Makefile')
-rw-r--r--tools/gccas/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/gccas/Makefile b/tools/gccas/Makefile
index 4bef2b1152..b268edc9c2 100644
--- a/tools/gccas/Makefile
+++ b/tools/gccas/Makefile
@@ -1,6 +1,7 @@
LEVEL = ../..
TOOLNAME = gccas
-USEDLIBS = asmparser bcwriter transforms scalaropts analysis target transformutils ipa vmcore support
+USEDLIBS = asmparser bcwriter transforms.a scalaropts.a analysis.a target.a \
+ transformutils.a ipa.a vmcore support.a
include $(LEVEL)/Makefile.common