hotspot/make/bsd/makefiles/vm.make
changeset 32575 059965be379b
parent 30764 fec48bf5a827
child 32821 ef088e4410ea
child 33973 c6c0af1521f4
equal deleted inserted replaced
32574:6c3b890aa5d9 32575:059965be379b
   129 endif
   129 endif
   130 
   130 
   131 # By default, link the *.o into the library, not the executable.
   131 # By default, link the *.o into the library, not the executable.
   132 LINK_INTO$(LINK_INTO) = LIBJVM
   132 LINK_INTO$(LINK_INTO) = LIBJVM
   133 
   133 
   134 JDK_LIBDIR = $(JAVA_HOME)/jre/lib/$(LIBARCH)
   134 JDK_LIBDIR = $(JAVA_HOME)/lib/$(LIBARCH)
   135 
   135 
   136 #----------------------------------------------------------------------
   136 #----------------------------------------------------------------------
   137 # jvm_db & dtrace
   137 # jvm_db & dtrace
   138 include $(MAKEFILES_DIR)/dtrace.make
   138 include $(MAKEFILES_DIR)/dtrace.make
   139 
   139