[llvm-commits] CVS: llvm/tools/bugpoint/Makefile

Brian Gaeke gaeke at cs.uiuc.edu
Tue Jun 17 15:10:13 PDT 2003


Changes in directory llvm/tools/bugpoint:

Makefile updated: 1.3 -> 1.4

---
Log message:

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


---
Diffs of the changes:

Index: llvm/tools/bugpoint/Makefile
diff -u llvm/tools/bugpoint/Makefile:1.3 llvm/tools/bugpoint/Makefile:1.4
--- llvm/tools/bugpoint/Makefile:1.3	Tue Jan 14 15:30:30 2003
+++ llvm/tools/bugpoint/Makefile	Tue Jun 17 15:09:18 2003
@@ -8,6 +8,6 @@
 USEDLIBS = ipo scalaropts analysis $(OPTLIBS) $(ANALIBS) \
            transformutils asmparser bcreader bcwriter vmcore support
 
-TOOLLINKOPTS = -ldl
+TOOLLINKOPTS = $(PLATFORMLIBDL)
 
 include $(LEVEL)/Makefile.common





More information about the llvm-commits mailing list