make/hotspot/lib/CompileJvm.gmk
changeset 54076 4b4745d185eb
parent 53683 48ff68e2fe5c
child 54380 e297c7bb6469
equal deleted inserted replaced
54075:daec95ed6795 54076:4b4745d185eb
   163 
   163 
   164 # Need to set JVM_STRIPFLAGS to the default value from SPEC since the STRIPFLAGS
   164 # Need to set JVM_STRIPFLAGS to the default value from SPEC since the STRIPFLAGS
   165 # parameter to SetupNativeCompilation allows an empty value to override the
   165 # parameter to SetupNativeCompilation allows an empty value to override the
   166 # default.
   166 # default.
   167 JVM_STRIPFLAGS ?= $(STRIPFLAGS)
   167 JVM_STRIPFLAGS ?= $(STRIPFLAGS)
       
   168 
       
   169 # This source set is reused so save in cache.
       
   170 $(eval $(call FillCacheFind, $(JVM_SRC_DIRS)))
   168 
   171 
   169 ################################################################################
   172 ################################################################################
   170 # Now set up the actual compilation of the main hotspot native library
   173 # Now set up the actual compilation of the main hotspot native library
   171 
   174 
   172 $(eval $(call SetupNativeCompilation, BUILD_LIBJVM, \
   175 $(eval $(call SetupNativeCompilation, BUILD_LIBJVM, \