make/hotspot/lib/CompileJvm.gmk
changeset 54380 e297c7bb6469
parent 54076 4b4745d185eb
child 54490 bf07e140c49c
equal deleted inserted replaced
54379:40a7e2fc9beb 54380:e297c7bb6469
     1 #
     1 #
     2 # Copyright (c) 2013, 2018, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 #
     4 #
     5 # This code is free software; you can redistribute it and/or modify it
     5 # This code is free software; you can redistribute it and/or modify it
     6 # under the terms of the GNU General Public License version 2 only, as
     6 # under the terms of the GNU General Public License version 2 only, as
     7 # published by the Free Software Foundation.  Oracle designates this
     7 # published by the Free Software Foundation.  Oracle designates this
   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 
   168 
   169 # This source set is reused so save in cache.
   169 # This source set is reused so save in cache.
   170 $(eval $(call FillCacheFind, $(JVM_SRC_DIRS)))
   170 $(call FillFindCache, $(JVM_SRC_DIRS))
   171 
   171 
   172 ################################################################################
   172 ################################################################################
   173 # 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
   174 
   174 
   175 $(eval $(call SetupNativeCompilation, BUILD_LIBJVM, \
   175 $(eval $(call SetupNativeCompilation, BUILD_LIBJVM, \