make/hotspot/lib/CompileJvm.gmk
branchihse-cflags-rewrite-branch
changeset 56214 0544ba555e67
parent 56213 85ee4e5a2f92
parent 49070 d7859531621b
child 56219 852414e4ae77
equal deleted inserted replaced
56213:85ee4e5a2f92 56214:0544ba555e67
   208 
   208 
   209 ################################################################################
   209 ################################################################################
   210 # Now set up the actual compilation of the main hotspot native library
   210 # Now set up the actual compilation of the main hotspot native library
   211 
   211 
   212 $(eval $(call SetupNativeCompilation, BUILD_LIBJVM, \
   212 $(eval $(call SetupNativeCompilation, BUILD_LIBJVM, \
       
   213     NAME := jvm, \
   213     TOOLCHAIN := TOOLCHAIN_LINK_CXX, \
   214     TOOLCHAIN := TOOLCHAIN_LINK_CXX, \
   214     LIBRARY := jvm, \
       
   215     OUTPUT_DIR := $(JVM_LIB_OUTPUTDIR), \
   215     OUTPUT_DIR := $(JVM_LIB_OUTPUTDIR), \
   216     SRC := $(JVM_SRC_DIRS), \
   216     SRC := $(JVM_SRC_DIRS), \
   217     EXTRA_FILES := $(DTRACE_EXTRA_SOURCE_FILES), \
   217     EXTRA_FILES := $(DTRACE_EXTRA_SOURCE_FILES), \
   218     EXCLUDES := $(JVM_EXCLUDES), \
   218     EXCLUDES := $(JVM_EXCLUDES), \
   219     EXCLUDE_FILES := $(JVM_EXCLUDE_FILES), \
   219     EXCLUDE_FILES := $(JVM_EXCLUDE_FILES), \