diff make/solaris/makefiles/vm.make @ 20421:d635fd1ac81c

8056124: Hotspot should use PICL interface to get cacheline size on SPARC Summary: Using libpicl to get L1 data and L2 cache line sizes Reviewed-by: kvn, roland, morris
author iveresov
date Mon, 08 Sep 2014 18:11:37 -0700
parents f933a15469d4
children c49cd31b6da6
line wrap: on
line diff
--- a/make/solaris/makefiles/vm.make	Mon Sep 08 23:01:01 2014 +0000
+++ b/make/solaris/makefiles/vm.make	Mon Sep 08 18:11:37 2014 -0700
@@ -141,7 +141,7 @@
 LIBS += -lsocket -lsched -ldl $(LIBM) -lthread -lc -ldemangle
 endif # sparcWorks
 
-LIBS += -lkstat
+LIBS += -lkstat -lpicl
 
 # By default, link the *.o into the library, not the executable.
 LINK_INTO$(LINK_INTO) = LIBJVM