[llvm-commits] CVS: llvm/Makefile.SunOS

Nicholas Hildenbrandt hldnbrnd at cs.uiuc.edu
Mon Nov 4 15:04:02 PST 2002


Changes in directory llvm:

Makefile.SunOS updated: 1.4 -> 1.5

---
Log message:

Fix typo.
  -Chris


---
Diffs of the changes:

Index: llvm/Makefile.SunOS
diff -u llvm/Makefile.SunOS:1.4 llvm/Makefile.SunOS:1.5
--- llvm/Makefile.SunOS:1.4	Mon Nov  4 14:53:27 2002
+++ llvm/Makefile.SunOS	Mon Nov  4 15:03:13 2002
@@ -12,7 +12,7 @@
 
 # PLATFORMLINKOPTS - On sun we need to link to libmalloc.so to get a definition
 # of mallinfo.
-ExportSymbols := -lmalloc
+PLATFORMLINKOPTS := -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