summaryrefslogtreecommitdiffstats
path: root/llvm/tools/gccas
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/tools/gccas')
-rw-r--r--llvm/tools/gccas/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/tools/gccas/Makefile b/llvm/tools/gccas/Makefile
index 4bef2b1152f..b268edc9c2c 100644
--- a/llvm/tools/gccas/Makefile
+++ b/llvm/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
OpenPOWER on IntegriCloud