aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/llc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llc/Makefile b/tools/llc/Makefile
index c2cb730a0b..d69ab046f5 100644
--- a/tools/llc/Makefile
+++ b/tools/llc/Makefile
@@ -24,7 +24,7 @@ USEDLIBS = sparc \
bcreader \
bcwriter \
vmcore \
- support
+ support.a
TOOLLINKOPTS = $(PLATFORMLIBDL)
include $(LEVEL)/Makefile.common