diff options
| author | Brian Gaeke <gaeke@uiuc.edu> | 2003-06-17 20:09:18 +0000 |
|---|---|---|
| committer | Brian Gaeke <gaeke@uiuc.edu> | 2003-06-17 20:09:18 +0000 |
| commit | e38c7d9f2d67873ed45b6f33f4d7f5e08eabdac1 (patch) | |
| tree | c306b34b46f2a51e00bec5615e87bac8c0efb71f /llvm/lib | |
| parent | c5ddcae8f538d1158c6319b9ffceec33c36084ce (diff) | |
| download | bcm5719-llvm-e38c7d9f2d67873ed45b6f33f4d7f5e08eabdac1.tar.gz bcm5719-llvm-e38c7d9f2d67873ed45b6f33f4d7f5e08eabdac1.zip | |
Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms where
it is needed.
llvm-svn: 6753
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/ExecutionEngine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/ExecutionEngine/Makefile b/llvm/lib/ExecutionEngine/Makefile index da98f66116f..6ee2d3f3abe 100644 --- a/llvm/lib/ExecutionEngine/Makefile +++ b/llvm/lib/ExecutionEngine/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 |

