[llvm-commits] CVS: llvm/Makefile.SunOS
Chris Lattner
lattner at cs.uiuc.edu
Mon Nov 4 14:54:01 PST 2002
Changes in directory llvm:
Makefile.SunOS updated: 1.3 -> 1.4
---
Log message:
Link to -lmalloc
---
Diffs of the changes:
Index: llvm/Makefile.SunOS
diff -u llvm/Makefile.SunOS:1.3 llvm/Makefile.SunOS:1.4
--- llvm/Makefile.SunOS:1.3 Thu Oct 10 14:28:10 2002
+++ llvm/Makefile.SunOS Mon Nov 4 14:53:27 2002
@@ -10,10 +10,9 @@
#
MakeSharedObjectOption := -G
-# ExportSymbols - This is used by tools that need to make sure that all of their
-# symbols are exported for use at runtime by dlsym.
-#
-ExportSymbols :=
+# PLATFORMLINKOPTS - On sun we need to link to libmalloc.so to get a definition
+# of mallinfo.
+ExportSymbols := -lmalloc
# Path to location for LLVM front-end for this architecture. This setting may
# be overriden by the Makefile.config option, and should not override it if set.
More information about the llvm-commits
mailing list