hotspot/make/solaris/makefiles/vm.make
changeset 7718 23502bf34686
parent 7451 cc12e11b1e07
parent 7704 cc9d3ed42704
child 8114 340b5b8b544b
--- a/hotspot/make/solaris/makefiles/vm.make	Tue Dec 28 09:54:09 2010 -0500
+++ b/hotspot/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