diff make/solaris/makefiles/vm.make @ 2094:5a1e52a439fa

Merge
author twisti
date Fri, 07 Jan 2011 03:41:07 -0800
parents e7ad5f6f4d29 c04052fd6ae1
children 5d801e6b9a80
line wrap: on
line diff
--- a/make/solaris/makefiles/vm.make	Tue Dec 28 09:54:09 2010 -0500
+++ b/make/solaris/makefiles/vm.make	Fri Jan 07 03:41:07 2011 -0800
@@ -119,6 +119,10 @@
 LIBS += -lsocket -lsched -ldl $(LIBM) -lthread -lc -ldemangle
 endif # sparcWorks
 
+ifeq ("${Platform_arch}", "sparc")
+LIBS += -lkstat
+endif
+
 # By default, link the *.o into the library, not the executable.
 LINK_INTO$(LINK_INTO) = LIBJVM