comparison make/solaris/makefiles/vm.make @ 20582:c49cd31b6da6

8059200: Promoted JDK9 b31 for Solaris-amd64 fails (Error: dl failure on line 744, no picl library) on Solaris 11.1 Summary: Manually load libpicl.so (used on SPARC only) Reviewed-by: kvn
author iveresov
date Sat, 25 Oct 2014 21:02:29 -1000
parents d635fd1ac81c
children 8c76e844a7f9
comparison
equal deleted inserted replaced
20581:b8e2e616c1e9 20582:c49cd31b6da6
139 endif # 505 139 endif # 505
140 else 140 else
141 LIBS += -lsocket -lsched -ldl $(LIBM) -lthread -lc -ldemangle 141 LIBS += -lsocket -lsched -ldl $(LIBM) -lthread -lc -ldemangle
142 endif # sparcWorks 142 endif # sparcWorks
143 143
144 LIBS += -lkstat -lpicl 144 LIBS += -lkstat
145 145
146 # By default, link the *.o into the library, not the executable. 146 # By default, link the *.o into the library, not the executable.
147 LINK_INTO$(LINK_INTO) = LIBJVM 147 LINK_INTO$(LINK_INTO) = LIBJVM
148 148
149 JDK_LIBDIR = $(JAVA_HOME)/jre/lib/$(LIBARCH) 149 JDK_LIBDIR = $(JAVA_HOME)/jre/lib/$(LIBARCH)