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

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


Changes in directory llvm/tools/opt:

Makefile updated: 1.39 -> 1.40

---
Log message:

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


---
Diffs of the changes:

Index: llvm/tools/opt/Makefile
diff -u llvm/tools/opt/Makefile:1.39 llvm/tools/opt/Makefile:1.40
--- llvm/tools/opt/Makefile:1.39	Wed Apr 16 17:55:55 2003
+++ llvm/tools/opt/Makefile	Tue Jun 17 15:09:18 2003
@@ -6,6 +6,6 @@
            ipo ipa.a datastructure transforms target.a analysis \
            transformutils vmcore support
 
-TOOLLINKOPTS = -ldl
+TOOLLINKOPTS = $(PLATFORMLIBDL)
 
 include $(LEVEL)/Makefile.common





More information about the llvm-commits mailing list