Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms where

it is needed.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6753 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Brian Gaeke
2003-06-17 20:09:18 +00:00
parent 5768ff4850
commit 5285270871
6 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@ LEVEL = ../..
TOOLNAME = analyze
USEDLIBS = asmparser bcreader scalaropts.a transforms.a analysis ipa \
datastructure target.a transformutils.a scalaropts.a vmcore support
TOOLLINKOPTS = -ldl
TOOLLINKOPTS = $(PLATFORMLIBDL)
include $(LEVEL)/Makefile.common