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

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


Changes in directory llvm/tools/analyze:

Makefile updated: 1.18 -> 1.19

---
Log message:

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


---
Diffs of the changes:

Index: llvm/tools/analyze/Makefile
diff -u llvm/tools/analyze/Makefile:1.18 llvm/tools/analyze/Makefile:1.19
--- llvm/tools/analyze/Makefile:1.18	Mon Mar 31 11:30:35 2003
+++ llvm/tools/analyze/Makefile	Tue Jun 17 15:09:18 2003
@@ -2,7 +2,7 @@
 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
 





More information about the llvm-commits mailing list