Funcresolve no longer performs nicification of resolved functions
[oota-llvm.git] / Makefile.SunOS
index c5ca3b292ee947f4078dbd7e58289c571a131b28..bc6b49fe775aa25d5ab141da97ae98d8d5d9a1e8 100644 (file)
@@ -24,10 +24,13 @@ PLATFORMLINKOPTS := -lmalloc
 #
 PLATFORMSTRIPOPTS :=
 
+# PLATFORMLIBDL - Library that supports dlsym() et al. 
+PLATFORMLIBDL := -ldl
+
 # 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.
 #
-ifndef LLVMGCCDIR
 LLVMGCCARCH := sparcv9-sun-solaris2.8/3.4-llvm
+ifndef LLVMGCCDIR
 LLVMGCCDIR  := /home/vadve/lattner/local/sparc/llvm-gcc/
 endif