make/solaris/makefiles/vm.make
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hs-comp Cdiff make/solaris/makefiles/vm.make

make/solaris/makefiles/vm.make

Print this page

        

*** 141,151 **** endif # 505 else LIBS += -lsocket -lsched -ldl $(LIBM) -lthread -lc -ldemangle endif # sparcWorks ! LIBS += -lkstat # By default, link the *.o into the library, not the executable. LINK_INTO$(LINK_INTO) = LIBJVM JDK_LIBDIR = $(JAVA_HOME)/jre/lib/$(LIBARCH) --- 141,151 ---- endif # 505 else LIBS += -lsocket -lsched -ldl $(LIBM) -lthread -lc -ldemangle endif # sparcWorks ! LIBS += -lkstat -lpicl # By default, link the *.o into the library, not the executable. LINK_INTO$(LINK_INTO) = LIBJVM JDK_LIBDIR = $(JAVA_HOME)/jre/lib/$(LIBARCH)
make/solaris/makefiles/vm.make
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File