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

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


Changes in directory llvm/tools/llc:

Makefile updated: 1.35 -> 1.36

---
Log message:

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


---
Diffs of the changes:

Index: llvm/tools/llc/Makefile
diff -u llvm/tools/llc/Makefile:1.35 llvm/tools/llc/Makefile:1.36
--- llvm/tools/llc/Makefile:1.35	Tue May 27 16:23:02 2003
+++ llvm/tools/llc/Makefile	Tue Jun 17 15:09:18 2003
@@ -18,7 +18,7 @@
 	   bcwriter \
            vmcore \
            support
-TOOLLINKOPTS = -ldl
+TOOLLINKOPTS = $(PLATFORMLIBDL)
 
 include $(LEVEL)/Makefile.common
 





More information about the llvm-commits mailing list