common/autoconf/configure.ac
changeset 42532 4780f4130eb0
parent 42296 671fe155ec14
child 46196 822ca950ddaa
equal deleted inserted replaced
42531:37ee95196b17 42532:4780f4130eb0
   203 JDKOPT_SETUP_DEBUG_SYMBOLS
   203 JDKOPT_SETUP_DEBUG_SYMBOLS
   204 JDKOPT_SETUP_CODE_COVERAGE
   204 JDKOPT_SETUP_CODE_COVERAGE
   205 
   205 
   206 # Need toolchain to setup dtrace
   206 # Need toolchain to setup dtrace
   207 HOTSPOT_SETUP_DTRACE
   207 HOTSPOT_SETUP_DTRACE
   208 HOTSPOT_SETUP_JVM_FEATURES
   208 HOTSPOT_ENABLE_DISABLE_AOT
   209 HOTSPOT_ENABLE_DISABLE_GTEST
   209 HOTSPOT_ENABLE_DISABLE_GTEST
   210 
   210 
   211 ###############################################################################
   211 ###############################################################################
   212 #
   212 #
   213 # Check dependencies for external and internal libraries.
   213 # Check dependencies for external and internal libraries.
   217 # After we have toolchain, we can compile fixpath. It's needed by the lib checks.
   217 # After we have toolchain, we can compile fixpath. It's needed by the lib checks.
   218 BASIC_COMPILE_FIXPATH
   218 BASIC_COMPILE_FIXPATH
   219 
   219 
   220 LIB_DETERMINE_DEPENDENCIES
   220 LIB_DETERMINE_DEPENDENCIES
   221 LIB_SETUP_LIBRARIES
   221 LIB_SETUP_LIBRARIES
       
   222 
       
   223 # Hotspot setup depends on lib checks (AOT needs libelf).
       
   224 
       
   225 HOTSPOT_SETUP_JVM_FEATURES
   222 
   226 
   223 ###############################################################################
   227 ###############################################################################
   224 #
   228 #
   225 # We need to do some final tweaking, when everything else is done.
   229 # We need to do some final tweaking, when everything else is done.
   226 #
   230 #