hotspot/make/solaris/makefiles/vm.make
changeset 7704 cc9d3ed42704
parent 7409 e9017b2bef9c
child 7718 23502bf34686
--- a/hotspot/make/solaris/makefiles/vm.make	Thu Dec 16 12:47:52 2010 -0800
+++ b/hotspot/make/solaris/makefiles/vm.make	Thu Dec 16 14:15:12 2010 -0800
@@ -119,6 +119,10 @@
 LIBS += -lsocket -lsched -ldl $(LIBM) -lthread -lc
 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