< prev index next >

make/autoconf/configure.ac

Print this page
rev 59401 : [mq]: 8245610


 217 #
 218 # Check dependencies for external and internal libraries.
 219 #
 220 ###############################################################################
 221 
 222 # After we have toolchain, we can compile fixpath. It's needed by the lib checks.
 223 BASIC_COMPILE_FIXPATH
 224 
 225 LIB_DETERMINE_DEPENDENCIES
 226 LIB_SETUP_LIBRARIES
 227 
 228 ###############################################################################
 229 #
 230 # Setup hotspot and JVM features (needs toolchain).
 231 #
 232 ###############################################################################
 233 
 234 JVM_FEATURES_PARSE_OPTIONS
 235 JVM_FEATURES_SETUP
 236 
 237 HOTSPOT_ENABLE_DISABLE_GTEST
 238 HOTSPOT_SETUP_MISC
 239 
 240 ###############################################################################
 241 #
 242 # We need to do some final tweaking, when everything else is done.
 243 #
 244 ###############################################################################
 245 
 246 JDKOPT_DETECT_INTREE_EC
 247 JDKOPT_ENABLE_DISABLE_FAILURE_HANDLER
 248 JDKOPT_ENABLE_DISABLE_GENERATE_CLASSLIST
 249 JDKOPT_EXCLUDE_TRANSLATIONS
 250 JDKOPT_ENABLE_DISABLE_MANPAGES
 251 JDKOPT_ENABLE_DISABLE_CDS_ARCHIVE
 252 JDKOPT_SETUP_REPRODUCIBLE_BUILD
 253 
 254 ###############################################################################
 255 #
 256 # Configure parts of the build that only affect the build performance,
 257 # not the result.




 217 #
 218 # Check dependencies for external and internal libraries.
 219 #
 220 ###############################################################################
 221 
 222 # After we have toolchain, we can compile fixpath. It's needed by the lib checks.
 223 BASIC_COMPILE_FIXPATH
 224 
 225 LIB_DETERMINE_DEPENDENCIES
 226 LIB_SETUP_LIBRARIES
 227 
 228 ###############################################################################
 229 #
 230 # Setup hotspot and JVM features (needs toolchain).
 231 #
 232 ###############################################################################
 233 
 234 JVM_FEATURES_PARSE_OPTIONS
 235 JVM_FEATURES_SETUP
 236 

 237 HOTSPOT_SETUP_MISC
 238 
 239 ###############################################################################
 240 #
 241 # We need to do some final tweaking, when everything else is done.
 242 #
 243 ###############################################################################
 244 
 245 JDKOPT_DETECT_INTREE_EC
 246 JDKOPT_ENABLE_DISABLE_FAILURE_HANDLER
 247 JDKOPT_ENABLE_DISABLE_GENERATE_CLASSLIST
 248 JDKOPT_EXCLUDE_TRANSLATIONS
 249 JDKOPT_ENABLE_DISABLE_MANPAGES
 250 JDKOPT_ENABLE_DISABLE_CDS_ARCHIVE
 251 JDKOPT_SETUP_REPRODUCIBLE_BUILD
 252 
 253 ###############################################################################
 254 #
 255 # Configure parts of the build that only affect the build performance,
 256 # not the result.


< prev index next >