summaryrefslogtreecommitdiffstats
path: root/tools/llvmc/driver/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvmc/driver/Makefile')
-rw-r--r--tools/llvmc/driver/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/llvmc/driver/Makefile b/tools/llvmc/driver/Makefile
index 3dd373a..5f5ec53 100644
--- a/tools/llvmc/driver/Makefile
+++ b/tools/llvmc/driver/Makefile
@@ -10,10 +10,10 @@
LEVEL = ../../..
TOOLNAME = $(LLVMC_BASED_DRIVER_NAME)
-LLVMLIBS = CompilerDriver
+LLVMLIBS = CompilerDriver.a
ifneq ($(LLVMC_BUILTIN_PLUGINS),)
-USEDLIBS += $(patsubst %,plugin_llvmc_%,$(LLVMC_BUILTIN_PLUGINS))
+USEDLIBS += $(patsubst %,plugin_llvmc_%.a,$(LLVMC_BUILTIN_PLUGINS))
endif
LINK_COMPONENTS = support system
OpenPOWER on IntegriCloud