From 52852708714c59baf1b0426bffe5d1546af61d46 Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Tue, 17 Jun 2003 20:09:18 +0000 Subject: 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 --- tools/bugpoint/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/bugpoint/Makefile') diff --git a/tools/bugpoint/Makefile b/tools/bugpoint/Makefile index b79e6c47aa..2c4a72b7d9 100644 --- a/tools/bugpoint/Makefile +++ b/tools/bugpoint/Makefile @@ -8,6 +8,6 @@ ANALIBS = datastructure ipa target.a USEDLIBS = ipo scalaropts analysis $(OPTLIBS) $(ANALIBS) \ transformutils asmparser bcreader bcwriter vmcore support -TOOLLINKOPTS = -ldl +TOOLLINKOPTS = $(PLATFORMLIBDL) include $(LEVEL)/Makefile.common -- cgit v1.2.3