common/autoconf/configure.ac
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File jdk10hs Sdiff common/autoconf

common/autoconf/configure.ac

Print this page




 206 JDKOPT_SETUP_DEBUG_SYMBOLS
 207 JDKOPT_SETUP_CODE_COVERAGE
 208 
 209 # Need toolchain to setup dtrace
 210 HOTSPOT_SETUP_DTRACE
 211 HOTSPOT_ENABLE_DISABLE_AOT
 212 HOTSPOT_ENABLE_DISABLE_GTEST
 213 
 214 ###############################################################################
 215 #
 216 # Check dependencies for external and internal libraries.
 217 #
 218 ###############################################################################
 219 
 220 # After we have toolchain, we can compile fixpath. It's needed by the lib checks.
 221 BASIC_COMPILE_FIXPATH
 222 
 223 LIB_DETERMINE_DEPENDENCIES
 224 LIB_SETUP_LIBRARIES
 225 
 226 # Hotspot setup depends on lib checks (AOT needs libelf).
 227 
 228 HOTSPOT_SETUP_JVM_FEATURES
 229 
 230 ###############################################################################
 231 #
 232 # We need to do some final tweaking, when everything else is done.
 233 #
 234 ###############################################################################
 235 
 236 JDKOPT_DETECT_INTREE_EC
 237 JDKOPT_ENABLE_DISABLE_FAILURE_HANDLER
 238 JDKOPT_ENABLE_DISABLE_GENERATE_CLASSLIST
 239 
 240 ###############################################################################
 241 #
 242 # Configure parts of the build that only affect the build performance,
 243 # not the result.
 244 #
 245 ###############################################################################
 246 




 206 JDKOPT_SETUP_DEBUG_SYMBOLS
 207 JDKOPT_SETUP_CODE_COVERAGE
 208 
 209 # Need toolchain to setup dtrace
 210 HOTSPOT_SETUP_DTRACE
 211 HOTSPOT_ENABLE_DISABLE_AOT
 212 HOTSPOT_ENABLE_DISABLE_GTEST
 213 
 214 ###############################################################################
 215 #
 216 # Check dependencies for external and internal libraries.
 217 #
 218 ###############################################################################
 219 
 220 # After we have toolchain, we can compile fixpath. It's needed by the lib checks.
 221 BASIC_COMPILE_FIXPATH
 222 
 223 LIB_DETERMINE_DEPENDENCIES
 224 LIB_SETUP_LIBRARIES
 225 
 226 # Hotspot setup depends on lib checks.
 227 
 228 HOTSPOT_SETUP_JVM_FEATURES
 229 
 230 ###############################################################################
 231 #
 232 # We need to do some final tweaking, when everything else is done.
 233 #
 234 ###############################################################################
 235 
 236 JDKOPT_DETECT_INTREE_EC
 237 JDKOPT_ENABLE_DISABLE_FAILURE_HANDLER
 238 JDKOPT_ENABLE_DISABLE_GENERATE_CLASSLIST
 239 
 240 ###############################################################################
 241 #
 242 # Configure parts of the build that only affect the build performance,
 243 # not the result.
 244 #
 245 ###############################################################################
 246 


common/autoconf/configure.ac
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File