summaryrefslogtreecommitdiff
path: root/tools/lli/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lli/Makefile')
-rw-r--r--tools/lli/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lli/Makefile b/tools/lli/Makefile
index da98f66116..6ee2d3f3ab 100644
--- a/tools/lli/Makefile
+++ b/tools/lli/Makefile
@@ -29,6 +29,6 @@ USEDLIBS = lli-interpreter $(JITLIBS) $(ARCHLIBS) scalaropts analysis.a \
# Have gcc tell the linker to export symbols from the program so that
# dynamically loaded modules can be linked against them.
#
-TOOLLINKOPTS = -ldl
+TOOLLINKOPTS = $(PLATFORMLIBDL)
include $(LEVEL)/Makefile.common