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

Merge
author twisti
date Fri, 07 Jan 2011 03:41:07 -0800
parents e7ad5f6f4d29 c04052fd6ae1
children 5d801e6b9a80
comparison
equal deleted inserted replaced
2075:06e4b9c9db76 2094:5a1e52a439fa
116 endif # 502 116 endif # 502
117 endif # 505 117 endif # 505
118 else 118 else
119 LIBS += -lsocket -lsched -ldl $(LIBM) -lthread -lc -ldemangle 119 LIBS += -lsocket -lsched -ldl $(LIBM) -lthread -lc -ldemangle
120 endif # sparcWorks 120 endif # sparcWorks
121
122 ifeq ("${Platform_arch}", "sparc")
123 LIBS += -lkstat
124 endif
121 125
122 # By default, link the *.o into the library, not the executable. 126 # By default, link the *.o into the library, not the executable.
123 LINK_INTO$(LINK_INTO) = LIBJVM 127 LINK_INTO$(LINK_INTO) = LIBJVM
124 128
125 JDK_LIBDIR = $(JAVA_HOME)/jre/lib/$(LIBARCH) 129 JDK_LIBDIR = $(JAVA_HOME)/jre/lib/$(LIBARCH)